[Koha-bugs] [Bug 15343] Allow patrons to choose their own password on self registration.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 18 19:34:33 CET 2015


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 45861
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45861&action=edit
Bug 15343 - Allow user to set password on opac-memberentry.pl

This patch allows patrons to create thier own password during OPAC self
registration.  It sets the password field to be hidden by default, and
allows for a system generated password if no password is supplied and
field is not mandatory

1 - Apply patch
2 - run updatedatabase.pl
3 - Check syspref "PatronSelfRegistrationBorrowerUnwantedField" - it
should contain 'password'
4 - Check self registration on opac - there should be no change
5 - Remove 'password' from PatronSelfRegistrationBorrowerUnwantedField
6 - Password field should now be visible in OPAC self registration
7 - Register a patron: If no passwor is supplied you should get a system
generated password
8 - Register a patron with a password, your password should be used
9 - Add 'password' to PatronSelfRegistrationBorrowerMnadatoryField
10 - Attempt to register a patron with no password - it should fail
11 - Try all combinations if mismatched/short/missing passwords and view
correct error messages
12 - prove t/db_dependent/Members.t

Sponsored by : Do Space (www.dospace.org)

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


More information about the Koha-bugs mailing list