X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4e0bef2d1ee1fa29e3fa85a97f34e707fe4e287d..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/admin/create_dataset.html diff --git a/templates/webpages/admin/create_dataset.html b/templates/webpages/admin/create_dataset.html index 7a879d8aa..48998c6a9 100644 --- a/templates/webpages/admin/create_dataset.html +++ b/templates/webpages/admin/create_dataset.html @@ -10,6 +10,13 @@ [% LxERP.t8('In the latter case the tables needed by kivitendo will be created in that database.') %]
+ [% IF !superuser.have_privileges %] ++ [% LxERP.t8("Database superuser privileges are required for parts of the database modifications.") %] + [% LxERP.t8("Please provide corresponding credentials.") %] +
+ [% END %] +| [% LxERP.t8('Existing Datasets') %] | @@ -21,6 +28,18 @@[% L.input_tag('db', FORM.db, class="initial_focus") %] |
|---|---|
| [% LxERP.t8("Database Superuser") %] | +[% L.input_tag("database_superuser_user", superuser.username) %] | +
| [% LxERP.t8("Password") %] | +[% L.input_tag("database_superuser_password", superuser.password, type="password") %] | +