mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10771] use remember me in acp
PHPBB3-10771
This commit is contained in:
parent
a17c1a29f8
commit
a97401a180
1 changed files with 4 additions and 4 deletions
|
@ -449,10 +449,10 @@ $lang = array_merge($lang, array(
|
||||||
'ACP_SECURITY_SETTINGS_EXPLAIN' => 'Here you are able to define session and login related settings.',
|
'ACP_SECURITY_SETTINGS_EXPLAIN' => 'Here you are able to define session and login related settings.',
|
||||||
|
|
||||||
'ALL' => 'All',
|
'ALL' => 'All',
|
||||||
'ALLOW_AUTOLOGIN' => 'Allow persistent logins',
|
'ALLOW_AUTOLOGIN' => 'Allow remember me logins',
|
||||||
'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users can autologin when they visit the board.',
|
'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users can select remember me option when they visit the board.',
|
||||||
'AUTOLOGIN_LENGTH' => 'Persistent login key expiration length (in days)',
|
'AUTOLOGIN_LENGTH' => 'Remember me login key expiration length (in days)',
|
||||||
'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which persistent login keys are removed or zero to disable.',
|
'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which remember me login keys are removed or zero to disable.',
|
||||||
'BROWSER_VALID' => 'Validate browser',
|
'BROWSER_VALID' => 'Validate browser',
|
||||||
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.',
|
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.',
|
||||||
'CHECK_DNSBL' => 'Check IP against DNS Blackhole List',
|
'CHECK_DNSBL' => 'Check IP against DNS Blackhole List',
|
||||||
|
|
Loading…
Add table
Reference in a new issue