]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/modules/admin/pages/patron_self_registration.adoc
docs: Angular Acq Sprint 0 Tools and Infrastructure
[Evergreen.git] / docs / modules / admin / pages / patron_self_registration.adoc
1 = Patron self-registration administration =
2 :toc:
3
4 == Library Settings ==
5
6 Three Library Settings are specific to patron self-registration:
7
8  * OPAC: Allow Patron Self-Registration must be set to `True` to enable use of this feature.
9
10  * OPAC: Patron Self-Reg. Expire Interval allows each library to set the amount of time after which pending patron accounts should be deleted.
11
12  * OPAC: Patron Self-Reg. Display Timeout allows each library to set the amount of time after which the patron self-registration screen will timeout in the OPAC.  The default is 5 minutes.
13
14 Several more Library Settings can be used to determine if a field should be required or hidden in the self-registration form:
15
16  * GUI: Require day_phone field on patron registration
17
18  * GUI: Show day_phone on patron registration
19
20  * GUI: Require dob (date of birth) field on patron registration
21
22  * GUI: Show dob field on patron registration
23
24  * GUI: Require email field on patron registration
25
26  * GUI: Show email field on patron registration
27
28  * GUI: Require State field on patron registration
29
30  * GUI: Show State field on patron registration
31
32  * GUI: Require county field on patron registration
33
34  * GUI: Show county field on patron registration  [New Setting]
35
36 Several more Library Settings can be used to verify values in certain fields and provide examples for data format on the registration form:
37
38  * Global: Patron username format
39
40  * GUI: Regex for phone fields on patron registration OR GUI: Regex for day_phone field on patron registration
41
42  * GUI: Regex for email field on patron registration
43
44  * GUI: Regex for post_code field on patron registration
45
46  * GUI: Example for email field on patron registration
47
48  * GUI: Example for post_code field on patron registration
49
50  * GUI: Example for day_phone field on patron registration OR GUI: Example for phone fields on patron registration
51