15 Jan
2015
15 Jan
'15
10:24 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177 --- Comment #5 from Marc Véron <veron@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.