2 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
7 [% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]
12 <td>[% 'Host' | $T8 %]:</td>
13 <td>[% HTML.escape(SELF.db_cfg.host) %]</td>
16 <td>[% 'Port' | $T8 %]:</td>
17 <td>[% HTML.escape(SELF.db_cfg.port) %]</td>
20 <td>[% 'User name' | $T8 %]:</td>
21 <td>[% HTML.escape(SELF.db_cfg.user) %]</td>
24 <td>[% 'Database name' | $T8 %]:</td>
25 <td>[% HTML.escape(SELF.db_cfg.db) %]</td>
30 [% '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 %]
33 <form method="post" action="controller.pl">
34 [%- L.hidden_tag("action", 'Admin/create_auth_tables') %]
35 [%- L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %]
37 [% L.submit_tag("dummy", LxERP.t8("Create tables")) %]
38 [% L.button_tag("history.back()", LxERP.t8("Back")) %]