API call to get the age of a patron's password, this is displayed in the user editor...
authorLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Thu, 9 Dec 2021 22:00:44 +0000 (17:00 -0500)
committerLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Wed, 20 Apr 2022 18:14:19 +0000 (14:14 -0400)
commitb37ca8be14139248c2fcb553dfcecdc82388af18
tree1350fe2e78fe7dc068f40f270d95971c2db93afa
parentf8e8ab9738b5fcf34b4df14703bdb6c9e848fddf
API call to get the age of a patron's password, this is displayed in the user editor and my opac home page. Added a configurable variable in config to set when the password reminder should show up.

note for patron with expired pword

get password age in staff splash

check user perms for user self edit, provide button to update password if they do

default config tt2 uses org unit setting for password age

password changed hook

fixed issues with the templates.
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/templates-bootstrap/opac/myopac/main.tt2
Open-ILS/src/templates-bootstrap/opac/parts/config.tt2
Open-ILS/src/templates/opac/parts/config.tt2
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
Open-ILS/src/templates/staff/t_splash.tt2
Open-ILS/web/js/ui/default/staff/app.js
Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js