Umstellung der Benutzerverwaltung von Dateien im Verzeichnis "users" auf die Verwendu...
[kivitendo-erp.git] / templates / webpages / admin / check_auth_database_master.html
1 [% USE HTML %]<body>
2
3  <div class="listtop">[% title %]</div>
4
5  <form method="post" action="admin.pl">
6
7   <p>
8    <translate>The database for user management and authentication does
9     not exist. You can create let Lx-Office create it with the
10     following parameters:</translate>
11   </p>
12
13   <table border="0">
14    <tr>
15     <td><translate>Host</translate>:</td>
16     <td>[% HTML.escape(db_host) %]</td>
17    </tr>
18    <tr>
19     <td><translate>Port</translate>:</td>
20     <td>[% HTML.escape(db_port) %]</td>
21    </tr>
22    <tr>
23     <td><translate>User name</translate>:</td>
24     <td>[% HTML.escape(db_user) %]</td>
25    </tr>
26    <tr>
27     <td><translate>Database name</translate>:</td>
28     <td>[% HTML.escape(db_db) %]</td>
29    </tr>
30   </table>
31
32   <p>
33    <translate>Please enter the name of the database that will be
34     used as the template for the new database:</translate>
35   </p>
36
37   <p><translate>Template database</translate>: <input name="db_template" value="template0"></p>
38
39   <p>
40    <translate>If the database user listed above does not have the
41     right to create a database then enter the name and password of the
42     superuser below:</translate>
43   </p>
44
45   <table border="0"
46    <tr>
47     <td><translate>Superuser name</translate>:</td>
48     <td><input name="db_superuser"></td>
49    </tr>
50
51    <tr>
52     <td><translate>Password</translate>:</td>
53     <td><input type="password" name="db_superuser_password"></td>
54    </tr>
55   </table>
56
57   <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
58   <input type="hidden" name="action" value="create_auth_db">
59
60   <input type="submit" class="submit" value="<translate>Create Dataset</translate>">
61   <input type="button" class="submit" onclick="history.back()" value="<translate>Back</translate>">
62
63  </form>
64
65 </body>
66 </html>