You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current behaviour, a disabled user is still sent an email enabling them to reset their password, after which a message is displayed "You successfully reset your password and you have been logged in automatically" although they are not logged in.
The text was updated successfully, but these errors were encountered:
invenio-accounts/invenio_accounts/views/rest.py
Lines 395 to 396 in 345abfc
Between these two lines a check should be added that the user's account is active:
With the current behaviour, a disabled user is still sent an email enabling them to reset their password, after which a message is displayed "You successfully reset your password and you have been logged in automatically" although they are not logged in.
The text was updated successfully, but these errors were encountered: