http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177
--- Comment #5 from Marc Véron <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
