SQL for database insertions. Added ability to check password age against variable...
authorLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Mon, 13 Jun 2022 20:59:54 +0000 (16:59 -0400)
committerLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Fri, 17 Jun 2022 18:16:16 +0000 (14:16 -0400)
commite85cffe0684ae9681c81c87624719e3c187091fb
tree922f7feb3ff75bc8cd5bba631aa99ae994dce486
parentb80b0b0ea54c570c7d3913fdedb3c68788732dea
SQL for database insertions. Added ability to check password age against variable reference date. Added documentation on API call. Created a test case for password age.

wrap all english text in i18n functions, fix error in seed vals & upgrade sql

change "action" to "actor" in field mapped class

remove log, show message 7 days earlier on staff splash
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
Open-ILS/src/perlmods/live_t/33-password-age.t [new file with mode: 0644]
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/xxxx.data.password_age_reset.sql [new file with mode: 0644]
Open-ILS/src/templates-bootstrap/opac/myopac/main.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/circ/patron/regctl.js