A Partner wants the password field to be able to say Password/Pin instead of just Password so I believe adding a system preference similar to the one for the login label would accommodate them without impacting other users. html_helpers.inc is where the login label one is currently located.
Created attachment 178040 [details] [review] Bug 39135: adding a OpacPasswordLabelTextContent system preference fixing order of systemPrefs in sysprefs.sql
Created attachment 178041 [details] [review] Bug 39135: adding a OpacPasswordLabelTextContent system preference add a new system preference for password labels to test: 1. apply the patch 2. log into admin and go to the opac system preferences and change the OpacPasswordLabelTextContent system preference to Password/PIN 3. go to the public url and open the login and see the password field now says Password/PIN instead 4. Change the preference again and save and see your changes reflected
(In reply to Imani from comment #1) > Created attachment 178040 [details] [review] [review] > Bug 39135: adding a OpacPasswordLabelTextContent system preference > > fixing order of systemPrefs in sysprefs.sql Please disregard this first patch, accidentally only included part of the changes.
to be clear the second patch has the changes and the test instructions from the comment for the first patch are accurate.
Hi, looks like the patch doesn't apply anymore.