X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fcheck_auth_database.html;h=80f0698ff7182d869ed3d7a363986df8926eb04a;hb=c0f873c1ffccfd565995500b459d53bba394c04d;hp=76a370c3c147a16b71c6d74739ecef3fba887698;hpb=f311ac0fdaf9f33d8ff052f0196ce133108eacd4;p=kivitendo-erp.git diff --git a/templates/webpages/admin/check_auth_database.html b/templates/webpages/admin/check_auth_database.html index 76a370c3c..80f0698ff 100644 --- a/templates/webpages/admin/check_auth_database.html +++ b/templates/webpages/admin/check_auth_database.html @@ -1,10 +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 %] @@ -13,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) %]
@@ -33,31 +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")) %]
- - -