[%- USE T8 %] [%- USE HTML %][%- USE LxERP -%][%- USE L -%]

[% title %]

[% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]

[% 'Host' | $T8 %]: [% HTML.escape(SELF.db_cfg.host) %]
[% 'Port' | $T8 %]: [% HTML.escape(SELF.db_cfg.port) %]
[% 'User name' | $T8 %]: [% HTML.escape(SELF.db_cfg.user) %]
[% 'Database name' | $T8 %]: [% HTML.escape(SELF.db_cfg.db) %]

[% 'If you want to change any of these parameters then press the "Back" button, edit the file "config/kivitendo.conf" and login into the admin module again.' | $T8 %]

[%- L.hidden_tag("action", 'Admin/create_auth_tables') %] [%- L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %] [% L.submit_tag("dummy", LxERP.t8("Create tables")) %] [% L.button_tag("history.back()", LxERP.t8("Back")) %]