[Koha-bugs] [Bug 14509] Koha still allows spaces at the end, beginning or as your password

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 14 16:37:01 CEST 2015


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 40993
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40993&action=edit
Bug 14509: Reject invalid passwords

Bug 10177 rejects password with leading or trailing whitespaces, but
only on the member-password page.
It's not consistent to only do this check on 1 place.
This patch adds the check for the 2 other places: memberentry and at the
OPAC.

Test plan:
1/ Edit a patron and set a password with leading and/or trailing
whitespaces. You should not be allowed to do it (no server side check).
2/ Same at the OPAC ("Change you password" tab). Here there is a server
side check.

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


More information about the Koha-bugs mailing list