mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -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',
|
||||
'passwordElement': '#password',
|
||||
'displayElement': '#generated-password',
|
||||
'passwordLength': 16,
|
||||
'passwordLength': {{ ($settings->pwd_secure_min + 5) }},
|
||||
'uppercase': true,
|
||||
'lowercase': true,
|
||||
'numbers': true,
|
||||
|
|
Loading…
Reference in a new issue