mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Merge pull request #1197 from emanuele-f/password_change
Force default admin password change
This commit is contained in:
commit
24f0808c23
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