mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Increased password max length to 128 (#8909)
This commit is contained in:
parent
86e63076fd
commit
a4e86caee2
3 changed files with 4 additions and 4 deletions
|
|
@ -520,7 +520,7 @@ end
|
|||
|
||||
function getPasswordInputPattern()
|
||||
-- maximum len must be kept in sync with MAX_PASSWORD_LEN
|
||||
return [[^[\w\$\\!\/\(\)= \?\^\*@_\-\u0000-\u0019\u0021-\u00ff]{5,31}$]]
|
||||
return [[^[\w\$\\!\/\(\)= \?\^\*@_\-\u0000-\u0019\u0021-\u00ff]{5,128}$]]
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue