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