mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
- Visual Confirmation for guest posting
git-svn-id: file:///svn/phpbb/trunk@5739 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -245,8 +245,10 @@ $lang = array_merge($lang, array(
|
||||
'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users can autologin when they visit the board.',
|
||||
'AUTOLOGIN_LENGTH' => 'Persistent login key expiry days',
|
||||
'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which persistent login keys are removed or zero to disable.',
|
||||
'VISUAL_CONFIRM' => 'Enable visual confirmation',
|
||||
'VISUAL_CONFIRM_EXPLAIN' => 'Requires new users enter a random code matching an image to help prevent mass registrations.',
|
||||
'VISUAL_CONFIRM_REG' => 'Enable visual confirmation',
|
||||
'VISUAL_CONFIRM_REG_EXPLAIN'=> 'Requires new users to enter a random code matching an image to help prevent mass registrations.',
|
||||
'VISUAL_CONFIRM_POST' => 'Enable visual confirmation',
|
||||
'VISUAL_CONFIRM_POST_EXPLAIN'=> 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.',
|
||||
'LOGIN_LIMIT' => 'Login attempts',
|
||||
'LOGIN_LIMIT_EXPLAIN' => 'Number of failed logins users can make before being locked out that session',
|
||||
'REG_LIMIT' => 'Registration attempts',
|
||||
|
Reference in New Issue
Block a user