@@ -, +, @@ OPAC message - The atomicupdate didn't have "bug_number" defined. - The "Your password has expired" message is now styled with the same class as other OPAC login messages. --- installer/data/mysql/atomicupdate/password_expire.pl | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) --- a/installer/data/mysql/atomicupdate/password_expire.pl +++ a/installer/data/mysql/atomicupdate/password_expire.pl @@ -1,7 +1,7 @@ use Modern::Perl; return { - bug_number => "BUG_NUMBER", + bug_number => "29924", description => "Add password expiration", up => sub { my ($args) = @_; --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -168,7 +168,9 @@ [% END # /UNLESS OPACShibOnly %] [% IF password_has_expired %] -

Error: Your password has expired!

+
+

Error: Your password has expired!

+
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %]
Reset your password? --