X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fcheck_auth_database.html;h=80f0698ff7182d869ed3d7a363986df8926eb04a;hb=94f5cb152afa9210162295b6727801c296af0631;hp=8e727d9625e03c23411b28910719549a2dcba645;hpb=0e723a19cf157a78a57458dda69fd1ea36e68ea1;p=kivitendo-erp.git diff --git a/templates/webpages/admin/check_auth_database.html b/templates/webpages/admin/check_auth_database.html index 8e727d962..80f0698ff 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) %]
@@ -32,29 +34,24 @@ [% 'Please enter the name of the database that will be used as the template for the new database:' | $T8 %]

-

[% 'Template database' | $T8 %]:

+

[% 'Template database' | $T8 %]: [% L.input_tag('db_template', "template1") %]

[% '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', AUTH.DB_config.user, class="initial_focus") %]
[% 'Password' | $T8 %]:[% L.input_tag('db_superuser_password', AUTH.DB_config.password, type='password') %]
- - - - - - + [% L.submit_tag("dummy", LxERP.t8("Create Dataset")) %] + [% L.button_tag("history.back()", LxERP.t8("Back")) %]
-