8f158cf710a45b9bc275a036d35a5bbd28c3184c
[kivitendo-erp.git] / templates / webpages / login / authentication_pl_missing.html
1 [%- USE T8 %]
2 <body>
3
4  <p><b>[% 'Error!' | $T8 %]</b></p>
5
6  <p>[% 'The authentication configuration file &quot;config/lx_office.conf&quot; does not exist. This kivitendo installation has probably not been updated correctly yet. Please contact your administrator.' | $T8 %]</p>
7
8  <p>[% 'If you yourself want to upgrade the installation then please read the file &quot;doc/UPGRADE&quot; and follow the steps outlined in this file.' | $T8 %]</p>
9
10  <p>
11   <a href="login.pl" target="_top">[% 'Login' | $T8 %]</a> |
12   <a href="admin.pl" target="_top">[% 'Administration' | $T8 %]</a>
13  </p>
14
15 </body>
16 </html>