Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / login_screen / auth_db_needs_update.html
1 [%- USE LxERP %]
2
3  <p><b>[% LxERP.t8('Error!') %]</b></p>
4
5  <p>
6   [% LxERP.t8('kivitendo needs to update the authentication database before you can proceed.') %]
7   [% LxERP.t8('Please log in to the administration panel.') %]
8   [% LxERP.t8('kivitendo will then update the database automatically.') %]
9  </p>
10
11  <hr>
12  <p>
13   [% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
14   [% LxERP.t8('Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ') %] <a href="doc/kivitendo-Dokumentation.pdf" target="_blank">kivitendo-Dokumentation.pdf</a>
15  </p>
16
17  <hr>
18
19  <p>
20   <a href="controller.pl?action=LoginScreen/user_login" target="_top">[% LxERP.t8('Login') %]</a> |
21   <a href="controller.pl?action=Admin/login" target="_top">[% LxERP.t8('Administration') %]</a>
22  </p>