summaryrefslogtreecommitdiff
path: root/debian/phpbb3.templates
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2018-03-12 22:57:42 +0100
committerOlivier Gayot <duskcoder@gmail.com>2018-03-12 22:57:42 +0100
commita8c22829d8e8845cd4ddf4ef8b61a1ed79edfffc (patch)
treef0ae554b863266fbe523582d1be09216436c7472 /debian/phpbb3.templates
Imported from the SVN repository
http://svn.wolffelaar.nl/wsvn/phpbb/branches/jessie/ Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'debian/phpbb3.templates')
-rw-r--r--debian/phpbb3.templates45
1 files changed, 45 insertions, 0 deletions
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.