http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14509 --- Comment #1 from Jonathan Druart <jonathan.druart@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.