|
@@ -12,7 +12,7 @@ settings_fixtures = (
|
|
'value': True,
|
|
'value': True,
|
|
'type': "boolean",
|
|
'type': "boolean",
|
|
'input': "yesno",
|
|
'input': "yesno",
|
|
- 'separator': _("Sign-In Settings"),
|
|
|
|
|
|
+ 'separator': _("Sessions Settings"),
|
|
'name': _("Check IP on session authorization"),
|
|
'name': _("Check IP on session authorization"),
|
|
'description': _("Makes sessions more secure, but can cause problems with proxies and VPN's."),
|
|
'description': _("Makes sessions more secure, but can cause problems with proxies and VPN's."),
|
|
'position': 0,
|
|
'position': 0,
|
|
@@ -21,8 +21,9 @@ settings_fixtures = (
|
|
'value': True,
|
|
'value': True,
|
|
'type': "boolean",
|
|
'type': "boolean",
|
|
'input': "yesno",
|
|
'input': "yesno",
|
|
- 'name': _('Enable "Remember Me" functionality'),
|
|
|
|
- 'description': _("Turning this option on allows users to sign in on to your board using cookie-based tokens. This may result in account compromisation when user fails to sign out on shared computer."),
|
|
|
|
|
|
+ 'separator': _('"Remember Me" Feature'),
|
|
|
|
+ 'name': _('Enable "Remember Me" feature'),
|
|
|
|
+ 'description': _("Turning this option on allows users to sign in on to your board using cookie-based tokens. This may result in account compromisation when user fails to sign out on shared computer or his cookie is stolen."),
|
|
'position': 1,
|
|
'position': 1,
|
|
}),
|
|
}),
|
|
('remember_me_lifetime', {
|
|
('remember_me_lifetime', {
|