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