[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 557bec5178afe23c449b7367b067ccf93ee13e9b

Evergreen Git git at git.evergreen-ils.org
Fri May 5 12:24:31 EDT 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_2_12 has been updated
       via  557bec5178afe23c449b7367b067ccf93ee13e9b (commit)
      from  a5c8ec3e7e6825ec558d1905e6642c4331aa93b4 (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 557bec5178afe23c449b7367b067ccf93ee13e9b
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Fri May 5 12:14:19 2017 -0400

    Docs: Add files to the list of tpac files that should be customized
    
    We have a list of tpac files that should be customized on an Evergreen system.
    There are a couple of files related to password formats that should be included
    here.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/opac/new_skin_customizations.adoc b/docs/opac/new_skin_customizations.adoc
index 0d31cfa..30952a7 100644
--- a/docs/opac/new_skin_customizations.adoc
+++ b/docs/opac/new_skin_customizations.adoc
@@ -91,12 +91,21 @@ is done by setting the search.metarecord_default variable to 1.
   on first login that is misleading if your library does not set the initial
   password for an account to the last four digits of the phone number associated
   with the account.
+* `myopac/
 * `parts/myopac/main_refund_policy.tt2`: describes the policy for refunds for
   your library.
 * `parts/myopac/prefs_hints.tt2`: suggests that users should have a valid email
   on file so they can receive courtesy and overdue notices. If your library
   does not send out email notices, you should edit this to avoid misleading your
   users.
+* `myopac/update_password_msg.tt2`: defines the password format that needs
+  to be used when setting a user password. If your Evergreen site has set
+  _Password format_ regex in the <<lse-global, Library Settings Editor>>, you
+  should update the language to describe the format that should be used.  
+* `password_reset.tt2`: in the msg_map section, you might want to change the
+  NOT_STRONG text that appears when the user tries to set a password that
+  does not match the required format. Ideally, this message will tell the user
+  how they should format the password.
 * `parts/css/fonts.tt2`: defines the font sizes for the TPAC in terms of one
   base font size, and all other sizes derived from that in percentages. The
   default is 12 pixels, but http://goo.gl/WfNkE[some design sites] strongly

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

Summary of changes:
 docs/opac/new_skin_customizations.adoc |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list