]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/check_auth_database.html
manuelle ergänzungen zum vorherigen commit
[mfinanz.git] / templates / webpages / admin / check_auth_database.html
index 4c554130e6dad21b49dc1bebbdddb981558fbf29..c1fb539202a7db6a01c41e4669d86b284e112c32 100644 (file)
@@ -1,12 +1,13 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
  <form method="post" action="admin.pl">
 
   <p>
-   [% 'The database for user management and authentication does not exist. You can create let Lx-Office create it with the following parameters:' | $T8 %]
+   [% 'The database for user management and authentication does not exist. You can create let kivitendo create it with the following parameters:' | $T8 %]
   </p>
 
   <table border="0">
@@ -50,7 +51,7 @@
    </tr>
   </table>
 
-  <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
+  <input type="hidden" name="{AUTH}admin_password" value="[% HTML.escape(admin_password) %]">
   <input type="hidden" name="action" value="create_auth_db">
 
   <input type="submit" class="submit" value="[% 'Create Dataset' | $T8 %]">
@@ -59,4 +60,3 @@
  </form>
 
 </body>
-</html>