3  <div class="listtop">[% title %]</div>
 
   6   The tables for user management and authentication do not exist. They will be created in the next step in the following database:
 
  12    <td>[% HTML.escape(db_host) %]</td>
 
  16    <td>[% HTML.escape(db_port) %]</td>
 
  20    <td>[% HTML.escape(db_user) %]</td>
 
  23    <td>Database name:</td>
 
  24    <td>[% HTML.escape(db_db) %]</td>
 
  29   If you want to change any of these parameters then press the "Back" button, edit the file "config/authentication.pl" and login into the admin module again.
 
  32  <form method="post" action="admin.pl">
 
  34   <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
 
  35   <input type="hidden" name="action" value="create_auth_tables">
 
  37   <input type="submit" class="submit" value="Create tables">
 
  38   <input type="button" class="submit" onclick="history.back()" value="Back">