[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 964295edc98019e688ef8033f4ed85a75b848cb1

Evergreen Git git at git.evergreen-ils.org
Tue Nov 20 11:51:16 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, rel_3_2 has been updated
       via  964295edc98019e688ef8033f4ed85a75b848cb1 (commit)
      from  71a23d65f1f8ef6ee92c9f168751fbbcf6edc402 (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 964295edc98019e688ef8033f4ed85a75b848cb1
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 10b6b2e..23cc110 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