[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. f26c0af05900f3457a69b23dffb5ccfe3630f4cc

Evergreen Git git at git.evergreen-ils.org
Thu Nov 9 11:54:48 EST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_0 has been updated
       via  f26c0af05900f3457a69b23dffb5ccfe3630f4cc (commit)
      from  c9da60bb5970c56502e1a9c3bde708cf0aa5e631 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f26c0af05900f3457a69b23dffb5ccfe3630f4cc
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Thu Nov 9 10:54:19 2017 -0600

    Docs: Re-adding the library settings for patron self-registration
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/admin/patron_self_registration.adoc b/docs/admin/patron_self_registration.adoc
new file mode 100644
index 0000000..24690e8
--- /dev/null
+++ b/docs/admin/patron_self_registration.adoc
@@ -0,0 +1,52 @@
+Patron self-registration administration
+---------------------------------------
+
+Library Settings
+~~~~~~~~~~~~~~~~
+
+Three Library Settings are specific to patron self-registration:
+
+ * OPAC: Allow Patron Self-Registration must be set to `True` to enable use of this feature.
+
+ * OPAC: Patron Self-Reg. Expire Interval allows each library to set the amount of time after which pending patron accounts should be deleted.
+
+ * 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.
+
+Several more Library Settings can be used to determine if a field should be required or hidden in the self-registration form:
+
+ * GUI: Require day_phone field on patron registration
+
+ * GUI: Show day_phone on patron registration
+
+ * GUI: Require dob (date of birth) field on patron registration
+
+ * GUI: Show dob field on patron registration
+
+ * GUI: Require email field on patron registration
+
+ * GUI: Show email field on patron registration
+
+ * GUI: Require State field on patron registration
+
+ * GUI: Show State field on patron registration
+
+ * GUI: Require county field on patron registration
+
+ * GUI: Show county field on patron registration  [New Setting]
+
+Several more Library Settings can be used to verify values in certain fields and provide examples for data format on the registration form:
+
+ * Global: Patron username format
+
+ * GUI: Regex for phone fields on patron registration OR GUI: Regex for day_phone field on patron registration
+
+ * GUI: Regex for email field on patron registration
+
+ * GUI: Regex for post_code field on patron registration
+
+ * GUI: Example for email field on patron registration
+
+ * GUI: Example for post_code field on patron registration
+
+ * GUI: Example for day_phone field on patron registration OR GUI: Example for phone fields on patron registration
+
diff --git a/docs/root.adoc b/docs/root.adoc
index bab2083..940cb84 100644
--- a/docs/root.adoc
+++ b/docs/root.adoc
@@ -413,6 +413,8 @@ include::circulation/booking.adoc[]
 
 include::circulation/circulation_patron_records_web_client.adoc[]
 
+include::admin/patron_self_registration.adoc[]
+
 include::circulation/triggered_events.adoc[]
 
 // Push titles down one level.
diff --git a/docs/root_staff_client_admin.adoc b/docs/root_staff_client_admin.adoc
index d17f528..5828152 100644
--- a/docs/root_staff_client_admin.adoc
+++ b/docs/root_staff_client_admin.adoc
@@ -104,6 +104,8 @@ include::admin/copy_statuses.adoc[]
 
 include::admin/circing_uncataloged_materials.adoc[]
 
+include::admin/patron_self_registration.adoc[]
+
 
 Holds, transits, and resource sharing
 -------------------------------------

-----------------------------------------------------------------------

Summary of changes:
 docs/admin/patron_self_registration.adoc |   52 ++++++++++++++++++++++++++++++
 docs/root.adoc                           |    2 +
 docs/root_staff_client_admin.adoc        |    2 +
 3 files changed, 56 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin/patron_self_registration.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list