summaryrefslogtreecommitdiff
path: root/debian/phpbb3.templates
blob: 38b993dfa28a81409682ede62da4a679a79f5c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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.