User-Login auf Controller umgestellt
[kivitendo-erp.git] / templates / webpages / login_screen / auth_db_needs_update.html
1 [%- USE LxERP %]
2 <body>
3
4  <p><b>[% LxERP.t8('Error!') %]</b></p>
5
6  <p>
7   [% LxERP.t8('Kivitendo needs to update the authentication database before you can proceed.') %]
8   [% LxERP.t8('Please log in to the administration panel.') %]
9   [% LxERP.t8('Kivitendo will then update the database automatically.') %]
10  </p>
11
12  <hr>
13  <p>
14   [% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">Kivitendo Installation</a><br>
15   [% 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>
16  </p>
17
18  <hr>
19
20  <p>
21   <a href="controller.pl?action=show" target="_top">[% LxERP.t8('Login') %]</a> |
22   <a href="admin.pl" target="_top">[% LxERP.t8('Administration') %]</a>
23  </p>
24
25 </body>
26 </html>