bug fixes password expired global (#7068)
commitd3abc55c1be46b8ca465c07d746a9f1deed60c62
authorJerry Padgett <sjpadgett@gmail.com>
Mon, 4 Dec 2023 01:55:48 +0000 (3 20:55 -0500)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 01:55:48 +0000 (3 20:55 -0500)
treec59647bed24f7c24c5dc1dbcf9dc22c7f9ac838a
parent4dfddeff64f7d2dfc128e233581641c030956ef3
bug fixes password expired global (#7068)

* bug fixes for 7.0.2 patch 1
- wrap login twig loader in try/catch so user is notified
- ignore ($GLOBALS['password_expiration_days'] if is set to blank/empty string in password auth validation.
- report password expired to error log as a notice.

* - style fixes

* - update global password expiration to 0 if blank in constructor
interface/login/login.php
src/Common/Auth/AuthUtils.php