[Koha-bugs] [Bug 18298] Enforce password complexity

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 14 13:21:54 CEST 2017


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

Jacek Ablewicz <abl at biblos.pk.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abl at biblos.pk.edu.pl

--- Comment #43 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
The concept of "upper and lower case characters" implemented by this patchset
may be a bit limited - for many non-english-speaking countries, and especially
for the countries which don't use latin-derived alphabets.

Replacing [a-z] with \p{Ll} and [A-Z] with \p{Lu} will probably work just fine
in the perl regexps, but would it work in the javascript / jQuery validation
related  code parts as well?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list