mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Use the pwd_secure_min value (plus 5) for generated password
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
bc18fac97e
commit
1c1101aeac
|
@ -678,7 +678,7 @@ $(document).ready(function() {
|
||||||
'bind': 'click',
|
'bind': 'click',
|
||||||
'passwordElement': '#password',
|
'passwordElement': '#password',
|
||||||
'displayElement': '#generated-password',
|
'displayElement': '#generated-password',
|
||||||
'passwordLength': 16,
|
'passwordLength': {{ ($settings->pwd_secure_min + 5) }},
|
||||||
'uppercase': true,
|
'uppercase': true,
|
||||||
'lowercase': true,
|
'lowercase': true,
|
||||||
'numbers': true,
|
'numbers': true,
|
||||||
|
|
Loading…
Reference in a new issue