Add BrowserID Auto login parameter in Manager (#584)

This commit is contained in:
Clément Oudot 2013-09-30 14:48:24 +00:00
parent 9758223da8
commit 294fdaa407
2 changed files with 5 additions and 1 deletions

View File

@ -668,10 +668,11 @@ sub struct {
# BrowserID
browserIdParams => {
_nodes => [
qw(browserIdAuthnLevel browserIdVerificationURL browserIdSiteName browserIdSiteLogo browserIdBackgroundColor)
qw(browserIdAuthnLevel browserIdAutoLogin browserIdVerificationURL browserIdSiteName browserIdSiteLogo browserIdBackgroundColor)
],
_help => 'authBrowserID',
browserIdAuthnLevel => 'int:/browserIdAuthnLevel',
browserIdAutoLogin => 'bool:/browserIdAutoLogin',
browserIdVerificationURL =>
'text:/browserIdVerificationURL',
browserIdSiteName => 'text:/browserIdSiteName',
@ -1936,6 +1937,7 @@ m{^(?:ldapi://[^/]*/?|\w[\w\-\.]*(?::\d{1,5})?|ldap(?:s|\+tls)?://\w[\w\-\.]*(?:
# BrowserID
browserIdAuthnLevel => $integer,
browserIdAutoLogin => $boolean,
browserIdVerificationURL => $testNotDefined,
browserIdSiteName => $testNotDefined,
browserIdSiteLogo => $testNotDefined,

View File

@ -78,6 +78,7 @@ sub en {
AuthLDAPFilter => 'Authentication filter',
authParams => 'Authentication modules',
browserIdAuthnLevel => 'Authentication level',
browserIdAutoLogin => 'Automatic login',
browserIdBackgroundColor => 'Background color',
browserIdParams => 'BrowserIDParams',
browserIdSiteLogo => 'Site Logo',
@ -542,6 +543,7 @@ sub fr {
AuthLDAPFilter => 'Filtre d\'authentification',
authParams => "Modules d'authentification",
browserIdAuthnLevel => "Niveau d'authentification",
browserIdAutoLogin => "Authentification automatique",
browserIdBackgroundColor => "Couleur d'arrière plan",
browserIdParams => "Paramètres BrowserID",
browserIdSiteLogo => "Logo du site",