[Koha-bugs] [Bug 10177] Koha Accepts Seven "Space" Characters as a Valid Password

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 15 10:24:18 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177

--- Comment #5 from Marc Véron <veron at veron.ch> ---
I did not test, but I compared with Bug 13441 and I think this patch should
behave the same way resulting in a message like "The password entered contains
whitespace characters. Please remove any whitespace characters."

With other words: There should be no whitespace characters accepted at all (or
at least no leading and/or trailing whitespace characters).

Test in Bug 13441 is:
match(/\s/)

Test in this patch is:
match(/^\s*$/)

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


More information about the Koha-bugs mailing list