6  <form method="post" action="admin.pl">
 
   9    [% 'The database for user management and authentication does not exist. You can create let kivitendo create it with the following parameters:' | $T8 %]
 
  14     <td>[% 'Host' | $T8 %]:</td>
 
  15     <td>[% HTML.escape(db_host) %]</td>
 
  18     <td>[% 'Port' | $T8 %]:</td>
 
  19     <td>[% HTML.escape(db_port) %]</td>
 
  22     <td>[% 'User name' | $T8 %]:</td>
 
  23     <td>[% HTML.escape(db_user) %]</td>
 
  26     <td>[% 'Database name' | $T8 %]:</td>
 
  27     <td>[% HTML.escape(db_db) %]</td>
 
  32    [% 'Please enter the name of the database that will be used as the template for the new database:' | $T8 %]
 
  35   <p>[% 'Template database' | $T8 %]: <input name="db_template" value="template1"></p>
 
  38    [% '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:' | $T8 %]
 
  43     <td>[% 'Superuser name' | $T8 %]:</td>
 
  44     <td><input name="db_superuser"></td>
 
  48     <td>[% 'Password' | $T8 %]:</td>
 
  49     <td><input type="password" name="db_superuser_password"></td>
 
  53   <input type="hidden" name="{AUTH}admin_password" value="[% HTML.escape(admin_password) %]">
 
  54   <input type="hidden" name="action" value="create_auth_db">
 
  56   <input type="submit" class="submit" value="[% 'Create Dataset' | $T8 %]">
 
  57   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">