Show password form with change password after reset (#2307)

This commit is contained in:
Clément OUDOT 2020-09-04 16:14:17 +02:00
parent c64c1a46b9
commit 828ecd7bfb

View File

@ -307,6 +307,7 @@ sub display {
and $req->{error} > PE_OK
and $req->{error} != PE_FIRSTACCESS
and $req->{error} != PE_BADCREDENTIALS
and $req->{error} != PE_PP_CHANGE_AFTER_RESET
and $req->{error} != PE_PP_PASSWORD_EXPIRED )
)
{