mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Force default admin password change
This commit is contained in:
parent
f344f55116
commit
011b7f5cdf
6 changed files with 159 additions and 1 deletions
|
|
@ -2054,7 +2054,7 @@ function maxRateToString(max_rate)
|
|||
end
|
||||
|
||||
function getPasswordInputPattern()
|
||||
return [[^[\w\$\\!\/\(\)=\?\^\*@_\-\u0000-\u00ff]{1,}$]]
|
||||
return [[^[\w\$\\!\/\(\)=\?\^\*@_\-\u0000-\u00ff]{5,}$]]
|
||||
end
|
||||
|
||||
-- makeTopStatsScriptsArray
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue