]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1207396 Patron self-registration web form
authorBill Erickson <berick@esilibrary.com>
Thu, 1 Aug 2013 20:52:18 +0000 (16:52 -0400)
committerDan Wells <dbw2@calvin.edu>
Fri, 23 Aug 2013 23:16:14 +0000 (19:16 -0400)
commit6dd7c5dfc73bf5ebbc52caac578ce4309161a05d
tree73c6df51d422a58573b9d48830f2522f8e85ecff
parent4a3a7193dbe5388b5672f29108c59dedeee65cc4
LP1207396 Patron self-registration web form

Web form for allowing patrons to submit thier own library registration
requests.  The form collects various bits of user data and creates a
pending user account, which has no privileges.  These pending accounts
must be approved and completed by staff from the staff client "Pending
Patrons" action in the Cirulation menu.

Control of whether to show a field, treat a field as required, show
example text, and validate the field format is managed with existing org
unit settings.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Register.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/footer.tt2
Open-ILS/src/templates/opac/parts/org_selector.tt2
Open-ILS/src/templates/opac/register.tt2 [new file with mode: 0644]