--- /dev/null
+[% USE HTML %]<body>
+
+ <div class="listtop">[% title %]</div>
+
+ <p>
+ <translate>The tables for user management and authentication do not
+ exist. They will be created in the next step in the following
+ database:</translate>
+ </p>
+
+ <table border="0">
+ <tr>
+ <td><translate>Host</translate>:</td>
+ <td>[% HTML.escape(db_host) %]</td>
+ </tr>
+ <tr>
+ <td><translate>Port</translate>:</td>
+ <td>[% HTML.escape(db_port) %]</td>
+ </tr>
+ <tr>
+ <td><translate>User name</translate>:</td>
+ <td>[% HTML.escape(db_user) %]</td>
+ </tr>
+ <tr>
+ <td><translate>Database name</translate>:</td>
+ <td>[% HTML.escape(db_db) %]</td>
+ </tr>
+ </table>
+
+ <p>
+ <translate>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.</translate>
+ </p>
+
+ <form method="post" action="admin.pl">
+
+ <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
+ <input type="hidden" name="action" value="create_auth_tables">
+
+ <input type="submit" class="submit" value="<translate>Create tables</translate>">
+ <input type="button" class="submit" onclick="history.back()" value="<translate>Back</translate>">
+
+ </form>
+
+</body>
+</html>