From a8c22829d8e8845cd4ddf4ef8b61a1ed79edfffc Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Mon, 12 Mar 2018 22:57:42 +0100 Subject: Imported from the SVN repository http://svn.wolffelaar.nl/wsvn/phpbb/branches/jessie/ Signed-off-by: Olivier Gayot --- debian/phpbb3.templates | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 debian/phpbb3.templates (limited to 'debian/phpbb3.templates') diff --git a/debian/phpbb3.templates b/debian/phpbb3.templates new file mode 100644 index 0000000..38b993d --- /dev/null +++ b/debian/phpbb3.templates @@ -0,0 +1,45 @@ +Template: phpbb3/httpd +Type: multiselect +Choices: ${choices} +Default: apache2 +_Description: Web server to configure automatically: + Please select any web server that should be configured automatically + for phpBB. + +Template: phpbb3/admin-pass-ask +Type: boolean +_Description: Configure the phpBB admin password? + +Template: phpbb3/admin-pass +Type: password +_Description: Password for phpBB admin: + Please provide a password for the phpBB user "admin". + . + The password must be at least 6 characters long. + . + If the password is left blank, a random one will be generated. + +Template: phpbb3/admin-pass-confirm +Type: password +_Description: Password confirmation: + Please confirm the password for the phpBB user "admin". + +Template: phpbb3/admin-pass-mismatch +Type: error +_Description: Password mismatch + The two passwords you entered were not the same. Please try again. + +Template: phpbb3/admin-pass-generated +Type: note +#flag:translate!:3 +_Description: Generation of random password + The following random password has been configured for the admin user: + . + ${genpass} + . + Make sure you remember it, as it will not be stored in cleartext. + +Template: phpbb3/admin-pass-requirements +Type: error +_Description: Password complexity requirements + The password must be at least 6 characters long. -- cgit v1.2.3