X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e723a19cf157a78a57458dda69fd1ea36e68ea1..d8ac08282dad52789b8bea785e8cddae44085483:/templates/webpages/admin/check_auth_database.html diff --git a/templates/webpages/admin/check_auth_database.html b/templates/webpages/admin/check_auth_database.html index 8e727d962..2a3c51d9f 100644 --- a/templates/webpages/admin/check_auth_database.html +++ b/templates/webpages/admin/check_auth_database.html @@ -1,9 +1,11 @@ [%- USE T8 %] -[%- USE HTML %] +[%- USE HTML %][%- USE L -%][%- USE LxERP -%] -
[% title %]
+

[% title %]

-
+ + [%- L.hidden_tag("action", 'Admin/create_auth_db') %] + [%- L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %]

[% 'The database for user management and authentication does not exist. You can create let kivitendo create it with the following parameters:' | $T8 %] @@ -12,19 +14,19 @@ - + - + - + - +
[% 'Host' | $T8 %]:[% HTML.escape(db_host) %][% HTML.escape(SELF.db_cfg.host) %]
[% 'Port' | $T8 %]:[% HTML.escape(db_port) %][% HTML.escape(SELF.db_cfg.port) %]
[% 'User name' | $T8 %]:[% HTML.escape(db_user) %][% HTML.escape(SELF.db_cfg.user) %]
[% 'Database name' | $T8 %]:[% HTML.escape(db_db) %][% HTML.escape(SELF.db_cfg.db) %]
@@ -38,23 +40,18 @@ [% '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 %]

- - + - +
[% 'Superuser name' | $T8 %]:[% L.input_tag('db_superuser', '') %]
[% 'Password' | $T8 %]:[% L.input_tag('db_superuser_password', '', type='password') %]
- - - - - - + [% L.submit_tag("dummy", LxERP.t8("Create Dataset")) %] + [% L.button_tag("history.back()", LxERP.t8("Back")) %]
-