From eb26e62eca4a4c4c278a7c01e0f86f2fa657caa8 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Fri, 5 May 2017 12:14:19 -0400 Subject: [PATCH] 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 --- docs/opac/new_skin_customizations.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/opac/new_skin_customizations.adoc b/docs/opac/new_skin_customizations.adoc index 28d9b19039..5871302f45 100644 --- a/docs/opac/new_skin_customizations.adoc +++ b/docs/opac/new_skin_customizations.adoc @@ -78,12 +78,21 @@ NOTE: All paths are relative to `/openils/var/templates/opac` 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 <>, 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 -- 2.11.0