No direct self-registration for UTOTP (#1391)

This commit is contained in:
Xavier Guimard 2018-03-18 21:22:19 +01:00
parent e0b931191e
commit 30e5d25ed0
11 changed files with 2 additions and 17 deletions

View File

@ -3330,10 +3330,6 @@ qr/^(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-
'utotp2fAuthnLevel' => { 'utotp2fAuthnLevel' => {
'type' => 'int' 'type' => 'int'
}, },
'utotp2fSelfRegistration' => {
'default' => 0,
'type' => 'bool'
},
'vhostAliases' => { 'vhostAliases' => {
'type' => 'text' 'type' => 'text'
}, },

View File

@ -1126,11 +1126,6 @@ sub attributes {
default => 0, default => 0,
documentation => 'UTOTP activation (mixed U2F/TOTP module)', documentation => 'UTOTP activation (mixed U2F/TOTP module)',
}, },
utotp2fSelfRegistration => {
type => 'bool',
default => 0,
documentation => 'UTOTP self registration activation',
},
utotp2fAuthnLevel => { utotp2fAuthnLevel => {
type => 'int', type => 'int',
documentation => documentation =>

View File

@ -655,7 +655,6 @@ sub tree {
form => 'simpleInputContainer', form => 'simpleInputContainer',
nodes => [ nodes => [
'utotp2fActivation', 'utotp2fActivation',
'utotp2fSelfRegistration',
'utotp2fAuthnLevel' 'utotp2fAuthnLevel'
] ]
}, },

View File

@ -757,7 +757,6 @@
"utotp2f":"TOTP-or-U2F", "utotp2f":"TOTP-or-U2F",
"utotp2fActivation":"Activation", "utotp2fActivation":"Activation",
"utotp2fAuthnLevel":"Authentication level", "utotp2fAuthnLevel":"Authentication level",
"utotp2fSelfRegistration":"Self registration",
"value":"القيمة", "value":"القيمة",
"values":"القيم", "values":"القيم",
"variables":"المتغيرات", "variables":"المتغيرات",

View File

@ -757,7 +757,6 @@
"utotp2f":"TOTP-or-U2F", "utotp2f":"TOTP-or-U2F",
"utotp2fActivation":"Activation", "utotp2fActivation":"Activation",
"utotp2fAuthnLevel":"Authentication level", "utotp2fAuthnLevel":"Authentication level",
"utotp2fSelfRegistration":"Self registration",
"value":"Value", "value":"Value",
"values":"Values", "values":"Values",
"variables":"Variables", "variables":"Variables",

View File

@ -757,7 +757,6 @@
"utotp2f":"TOTP-ou-U2F", "utotp2f":"TOTP-ou-U2F",
"utotp2fActivation":"Activation", "utotp2fActivation":"Activation",
"utotp2fAuthnLevel":"Niveau d'authentification", "utotp2fAuthnLevel":"Niveau d'authentification",
"utotp2fSelfRegistration":"Auto-enregistrement",
"value":"Valeur", "value":"Valeur",
"values":"Valeurs", "values":"Valeurs",
"variables":"Variables", "variables":"Variables",

View File

@ -757,7 +757,6 @@
"utotp2f":"TOTP-or-U2F", "utotp2f":"TOTP-or-U2F",
"utotp2fActivation":"Activation", "utotp2fActivation":"Activation",
"utotp2fAuthnLevel":"Authentication level", "utotp2fAuthnLevel":"Authentication level",
"utotp2fSelfRegistration":"Self registration",
"value":"Valore", "value":"Valore",
"values":"Valori", "values":"Valori",
"variables":"Variabili", "variables":"Variabili",

View File

@ -757,7 +757,6 @@
"utotp2f":"TOTP-or-U2F", "utotp2f":"TOTP-or-U2F",
"utotp2fActivation":"Activation", "utotp2fActivation":"Activation",
"utotp2fAuthnLevel":"Authentication level", "utotp2fAuthnLevel":"Authentication level",
"utotp2fSelfRegistration":"Self registration",
"value":"Giá trị", "value":"Giá trị",
"values":"Giá trị", "values":"Giá trị",
"variables":"biến", "variables":"biến",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB