b4802ccf2db0db62c8c2955629274deb7b58c6bd
[kivitendo-erp.git] / templates / webpages / admin / check_auth_tables.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 <body>
4
5  <div class="listtop">[% title %]</div>
6
7  <p>
8   [% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]
9  </p>
10
11  <table border="0">
12   <tr>
13    <td>[% 'Host' | $T8 %]:</td>
14    <td>[% HTML.escape(db_host) %]</td>
15   </tr>
16   <tr>
17    <td>[% 'Port' | $T8 %]:</td>
18    <td>[% HTML.escape(db_port) %]</td>
19   </tr>
20   <tr>
21    <td>[% 'User name' | $T8 %]:</td>
22    <td>[% HTML.escape(db_user) %]</td>
23   </tr>
24   <tr>
25    <td>[% 'Database name' | $T8 %]:</td>
26    <td>[% HTML.escape(db_db) %]</td>
27   </tr>
28  </table>
29
30  <p>
31   [% 'If you want to change any of these parameters then press the &quot;Back&quot; button, edit the file &quot;config/lx_office.conf&quot; and login into the admin module again.' | $T8 %]
32  </p>
33
34  <form method="post" action="admin.pl">
35
36   <input type="hidden" name="{AUTH}admin_password" value="[% HTML.escape(admin_password) %]">
37   <input type="hidden" name="action" value="create_auth_tables">
38
39   <input type="submit" class="submit" value="[% 'Create tables' | $T8 %]">
40   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
41
42  </form>
43
44 </body>
45 </html>