X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fadmin%2Fcheck_auth_database.html;fp=templates%2Fwebpages%2Fadmin%2Fcheck_auth_database.html;h=4c554130e6dad21b49dc1bebbdddb981558fbf29;hb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;hp=0000000000000000000000000000000000000000;hpb=5ec5ebedb4ea9789a34ded543395fed981382636;p=kivitendo-erp.git diff --git a/templates/webpages/admin/check_auth_database.html b/templates/webpages/admin/check_auth_database.html new file mode 100644 index 000000000..4c554130e --- /dev/null +++ b/templates/webpages/admin/check_auth_database.html @@ -0,0 +1,62 @@ +[%- USE T8 %] +[% USE HTML %] + +
[% title %]
+ +
+ +

+ [% 'The database for user management and authentication does not exist. You can create let Lx-Office create it with the following parameters:' | $T8 %] +

+ + + + + + + + + + + + + + + + + + +
[% 'Host' | $T8 %]:[% HTML.escape(db_host) %]
[% 'Port' | $T8 %]:[% HTML.escape(db_port) %]
[% 'User name' | $T8 %]:[% HTML.escape(db_user) %]
[% 'Database name' | $T8 %]:[% HTML.escape(db_db) %]
+ +

+ [% 'Please enter the name of the database that will be used as the template for the new database:' | $T8 %] +

+ +

[% 'Template database' | $T8 %]:

+ +

+ [% '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 %]:
[% 'Password' | $T8 %]:
+ + + + + + + +
+ + +