https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12617

--- Comment #19 from David Cook <dc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to