2 [%- USE HTML %][%- USE L -%][%- USE LxERP -%]
6 <form method="post" action="controller.pl">
7 [%- L.hidden_tag("action", 'Admin/create_auth_db') %]
8 [%- L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %]
11 [% 'The database for user management and authentication does not exist. You can create let kivitendo create it with the following parameters:' | $T8 %]
16 <td>[% 'Host' | $T8 %]:</td>
17 <td>[% HTML.escape(SELF.db_cfg.host) %]</td>
20 <td>[% 'Port' | $T8 %]:</td>
21 <td>[% HTML.escape(SELF.db_cfg.port) %]</td>
24 <td>[% 'User name' | $T8 %]:</td>
25 <td>[% HTML.escape(SELF.db_cfg.user) %]</td>
28 <td>[% 'Database name' | $T8 %]:</td>
29 <td>[% HTML.escape(SELF.db_cfg.db) %]</td>
34 [% 'Please enter the name of the database that will be used as the template for the new database:' | $T8 %]
37 <p>[% 'Template database' | $T8 %]: [% L.input_tag('db_template', "template1") %]</p>
40 [% '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 %]
45 <td>[% 'Superuser name' | $T8 %]:</td>
46 <td>[% L.input_tag('db_superuser', AUTH.DB_config.user, class="initial_focus") %]</td>
50 <td>[% 'Password' | $T8 %]:</td>
51 <td>[% L.input_tag('db_superuser_password', AUTH.DB_config.password, type='password') %]</td>
55 [% L.submit_tag("dummy", LxERP.t8("Create Dataset")) %]
56 [% L.button_tag("history.back()", LxERP.t8("Back")) %]