Revert - Allow figures in login (#1667)

This commit is contained in:
Christophe Maudoux 2019-03-07 10:39:08 +01:00
parent 07635e7370
commit a9fbec3f84
10 changed files with 14 additions and 14 deletions

View File

@ -288,7 +288,7 @@ sub defaultValues {
'u2fSelfRegistration' => 0,
'u2fUserCanRemoveKey' => 1,
'upgradeSession' => 1,
'userControl' => '^[\\w\\.\\-@\\d]+$',
'userControl' => '^[\\w\\.\\-@]+$',
'userDB' => 'Same',
'useRedirectOnError' => 1,
'useSafeJail' => 1,

View File

@ -3402,7 +3402,7 @@ qr/^(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-
'type' => 'bool'
},
'userControl' => {
'default' => '^[\\w\\.\\-@\\d]+$',
'default' => '^[\\w\\.\\-@]+$',
'type' => 'pcre'
},
'userDB' => {

View File

@ -767,7 +767,7 @@ sub attributes {
},
userControl => {
type => 'pcre',
default => '^[\w\.\-@\d]+$',
default => '^[\w\.\-@]+$',
documentation => 'Regular expression to validate login',
},
useRedirectOnError => {

File diff suppressed because one or more lines are too long

View File

@ -1386,7 +1386,7 @@
"type": "simpleInputContainer"
}, {
"_nodes": [{
"default": "^[\\w\\.\\-@\\d]+$",
"default": "^[\\w\\.\\-@]+$",
"id": "userControl",
"title": "userControl"
}, {

View File

@ -1561,10 +1561,10 @@
"title": "security",
"type": "simpleInputContainer",
"nodes": [{
"default": "^[\\w\\.\\-@\\d]+$",
"default": "^[\\w\\.\\-@]+$",
"id": "userControl",
"title": "userControl",
"data": "^[\\w\\.\\-@\\d]+$"
"data": "^[\\w\\.\\-@]+$"
}, {
"default": "p2@Pol9Lo_Ze&j*P",
"id": "key",

View File

@ -1572,10 +1572,10 @@
"title": "security",
"type": "simpleInputContainer",
"nodes": [{
"default": "^[\\w\\.\\-@\\d]+$",
"default": "^[\\w\\.\\-@]+$",
"id": "userControl",
"title": "userControl",
"data": "^[\\w\\.\\-@\\d]+$"
"data": "^[\\w\\.\\-@]+$"
}, {
"default": "p2@Pol9Lo_Ze&j*P",
"id": "key",

View File

@ -1572,10 +1572,10 @@
"title": "security",
"type": "simpleInputContainer",
"nodes": [{
"default": "^[\\w\\.\\-@\\d]+$",
"default": "^[\\w\\.\\-@]+$",
"id": "userControl",
"title": "userControl",
"data": "^[\\w\\.\\-@\\d]+$"
"data": "^[\\w\\.\\-@]+$"
}, {
"default": "p2@Pol9Lo_Ze&j*P",
"id": "key",

View File

@ -1551,10 +1551,10 @@
"title": "security",
"type": "simpleInputContainer",
"nodes": [{
"default": "^[\\w\\.\\-@\\d]+$",
"default": "^[\\w\\.\\-@]+$",
"id": "userControl",
"title": "userControl",
"data": "^[\\w\\.\\-@\\d]+$"
"data": "^[\\w\\.\\-@]+$"
}, {
"default": "p2@Pol9Lo_Ze&j*P",
"id": "key",

View File

@ -2153,7 +2153,7 @@
},
{
"_nodes": [{
"default": "^[\\w\\.\\-@\\d]+$",
"default": "^[\\w\\.\\-@]+$",
"id": "userControl",
"title": "userControl"
},