[Bug 12617] Koha should let admins to configure automatically generated password complexity/difficulty
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12617 --- Comment #19 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 110528 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110528 Bug 12617: Add new regex patterns to password_check.inc Review of attachment 110528: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12617&attachment=110528) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/includes/password_check.inc @@ +13,5 @@
if(category_selector && $('select'+category_selector).length) { jQuery.validator.addMethod("password_strong", function(value, element){ var require_strong = $('select'+category_selector+' option:selected').data('pwdStrong'); var min_lenght = $('select'+category_selector+' option:selected').data('pwdLength');
Btw this should be min_length, although it does look like you've used the misspelled variable consistently... -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org