diff --git a/interface/web/js/scrigo.js.php b/interface/web/js/scrigo.js.php index 7e01c7d2366064ea7ad31aec9f8a86eeec2912c1..4a33f96714de5490ad43b49252394adc87ae7db0 100644 --- a/interface/web/js/scrigo.js.php +++ b/interface/web/js/scrigo.js.php @@ -555,7 +555,7 @@ function generatePassword(passwordFieldID){ var newPWField = oldPWField.clone(); newPWField.attr('type', 'text').attr('id', 'tmp'+passwordFieldID).insertBefore(oldPWField); oldPWField.remove(); - newPWField.attr('id', passwordFieldID).val(password(10, true)).trigger('keyup'); + newPWField.attr('id', passwordFieldID).val(password(10, false)).trigger('keyup'); } function checkPassMatch(pwField1,pwField2){