mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added support to dot terminating character to usernames
This commit is contained in:
parent
e73e2c9fc6
commit
38cf16b772
3 changed files with 3 additions and 3 deletions
|
|
@ -3073,7 +3073,7 @@ end
|
|||
|
||||
function getUsernameInputPattern()
|
||||
-- maximum len must be kept in sync with MAX_PASSWORD_LEN
|
||||
return [[^(?=[a-zA-Z0-9._@!-?]{3,30}$)(?!.*[_.]{2})[^_.].*[^_.]$]]
|
||||
return [[^[a-zA-Z0-9._@!-?]{3,30}$]]
|
||||
end
|
||||
|
||||
function getPasswordInputPattern()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue