[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5ebb67d85394b4e14291c394ab0e4aacb1ded619

Evergreen Git git at git.evergreen-ils.org
Tue Nov 20 11:50:48 EST 2018


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, master has been updated
       via  5ebb67d85394b4e14291c394ab0e4aacb1ded619 (commit)
      from  2867043ad26be37de7e8e1e0de31a1853d3924a7 (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 5ebb67d85394b4e14291c394ab0e4aacb1ded619
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Tue Nov 20 08:50:35 2018 -0800

    Docs: documenting multiple emails in patron editor (LP1755625)
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/admin/patron_registration.adoc b/docs/admin/patron_registration.adoc
new file mode 100644
index 0000000..d13831d
--- /dev/null
+++ b/docs/admin/patron_registration.adoc
@@ -0,0 +1,24 @@
+Patron registration administration
+----------------------------------
+
+Email addresses
+~~~~~~~~~~~~~~~
+
+indexterm:[patrons,email addresses]
+indexterm:[email]
+
+
+It's possible to set up the patron registration form to
+either allow or disallow users to enter multiple email
+addresses for a single patron, separated by a comma.
+
+To do this, go to Administration -> Local Administration
+-> Library Settings Editor.  Search for the setting called
+`ui.patron.edit.au.email.regex`.
+
+If you'd like to allow multiple email addresses, set this
+value to `^(?:(?:\b[^@,\s]+@[^@,\s]+\.[^@.,\s]+\b)(?:,\s?(?!$)|$))*$`
+
+If you'd like to disallow multiple email addresses, set
+this value to `^(?:\b[^@,\s]+@[^@,\s]+\.[^@.,\s]+\b)$`
+
diff --git a/docs/circulation/circulation_patron_records_web_client.adoc b/docs/circulation/circulation_patron_records_web_client.adoc
index 4f99497..2a7588c 100644
--- a/docs/circulation/circulation_patron_records_web_client.adoc
+++ b/docs/circulation/circulation_patron_records_web_client.adoc
@@ -134,6 +134,18 @@ that is not in the default patron record.
 Date_ button will work, since the permission group determines the expiration date.
 ============================================================================
 
+Email field
+^^^^^^^^^^^
+
+indexterm:[patrons,email addresses]
+indexterm:[email]
+
+It's possible for administrators to set up the email field to allow or disallow
+multiple email addresses for a single patron (usually separated by a comma).
+If you'd like to make changes to whether multiple email addresses
+are allowed here or not, ask your system administrator to change the
+`ui.patron.edit.au.email.regex` library setting.
+
 
 Patron Self-Registration
 ~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/root_staff_client_admin.adoc b/docs/root_staff_client_admin.adoc
index 45cc690..bd3c630 100644
--- a/docs/root_staff_client_admin.adoc
+++ b/docs/root_staff_client_admin.adoc
@@ -106,6 +106,8 @@ include::admin/copy_statuses.adoc[]
 
 include::admin/circing_uncataloged_materials.adoc[]
 
+include::admin/patron_registration.adoc[]
+
 include::admin/patron_self_registration.adoc[]
 
 

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

Summary of changes:
 docs/admin/patron_registration.adoc                |   24 ++++++++++++++++++++
 .../circulation_patron_records_web_client.adoc     |   12 ++++++++++
 docs/root_staff_client_admin.adoc                  |    2 +
 3 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin/patron_registration.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list