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' => {
'type' => 'int'
},
'utotp2fSelfRegistration' => {
'default' => 0,
'type' => 'bool'
},
'vhostAliases' => {
'type' => 'text'
},

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -757,7 +757,6 @@
"utotp2f":"TOTP-or-U2F",
"utotp2fActivation":"Activation",
"utotp2fAuthnLevel":"Authentication level",
"utotp2fSelfRegistration":"Self registration",
"value":"Giá trị",
"values":"Giá trị",
"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