Edit language on OPAC login instructions
Dear Collective Wisdom, On our OPAC when our patrons login with incorrect account numbers and/or PINs, Koha displays a message indicating to them that their PINs must contain at least 1 character (https://basinlibraries.org/cgi-bin/koha/opac-user.pl). I have changed the system preference minPasswordLength to require at least four characters; however, the message still tells patrons that their PINs need at least 1 character- not four. Why? Also, I would like to change that message to indicate that our patrons' PINs must contain at least four "numbers" not "characters." How do I do this? Thank you, Christopher Davis, MLS Systems & E-Services Librarian Uintah County Library cgdavis@uintah.utah.gov (435) 789-0091 ext. 261 uintahlibrary.org <https://uintahlibrary.org> basinlibraries.org <https://basinlibraries.org> facebook.com/uintahcountylibrary <https://facebook.com/uintahcountylibrary> instagram.com/uintahcountylibrary <https://instagram.com/uintahcountylibrary>
Hi Christopher, it looks like the message and the term PIN has been added with jQuery. Take a look at your OpacUserJs system preference: $(".alert.alert-info").text('The PIN must contain at least 1 characters.'); Katrin On 30.07.2018 23:32, Christopher Davis wrote:
Dear Collective Wisdom,
On our OPAC when our patrons login with incorrect account numbers and/or PINs, Koha displays a message indicating to them that their PINs must contain at least 1 character (https://basinlibraries.org/cgi-bin/koha/opac-user.pl). I have changed the system preference minPasswordLength to require at least four characters; however, the message still tells patrons that their PINs need at least 1 character- not four. Why?
Also, I would like to change that message to indicate that our patrons' PINs must contain at least four "numbers" not "characters." How do I do this?
Thank you,
Christopher Davis, MLS Systems & E-Services Librarian Uintah County Library cgdavis@uintah.utah.gov (435) 789-0091 ext. 261 uintahlibrary.org <https://uintahlibrary.org> basinlibraries.org <https://basinlibraries.org> facebook.com/uintahcountylibrary <https://facebook.com/uintahcountylibrary> instagram.com/uintahcountylibrary <https://instagram.com/uintahcountylibrary> _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Katrin, Thank you for bringing that fact to my attention- I was able to solve the problem. Best, Christopher Davis Systems & E-Services Librarian Uintah County Library cgdavis@uintah.utah.gov (435) 789-0091 <14357890091> ext.261 uintahlibrary.org basinlibraries.org facebook.com/uintahcountylibrary instagram.com/uintahcountylibrary On Tue, Jul 31, 2018 at 1:12 AM, Katrin Fischer <katrin.fischer.83@web.de> wrote:
Hi Christopher,
it looks like the message and the term PIN has been added with jQuery. Take a look at your OpacUserJs system preference:
$(".alert.alert-info").text('The PIN must contain at least 1 characters.');
Katrin
On 30.07.2018 23:32, Christopher Davis wrote:
Dear Collective Wisdom,
On our OPAC when our patrons login with incorrect account numbers and/or PINs, Koha displays a message indicating to them that their PINs must contain at least 1 character (https://basinlibraries.org/cg i-bin/koha/opac-user.pl). I have changed the system preference minPasswordLength to require at least four characters; however, the message still tells patrons that their PINs need at least 1 character- not four. Why?
Also, I would like to change that message to indicate that our patrons' PINs must contain at least four "numbers" not "characters." How do I do this?
Thank you,
Christopher Davis, MLS Systems & E-Services Librarian Uintah County Library cgdavis@uintah.utah.gov (435) 789-0091 ext. 261 uintahlibrary.org <https://uintahlibrary.org> basinlibraries.org <https://basinlibraries.org> facebook.com/uintahcountylibrary <https://facebook.com/uintahco untylibrary> instagram.com/uintahcountylibrary <https://instagram.com/uintahc ountylibrary> _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Christopher Davis -
Katrin Fischer