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
The flow allowing users to change their current password is missing the part validating that the old password is indeed the correct one.
There's two logic :
One, as an admin, allowing me to change the password of any user. This one is used to reset, as an admin, the password of a user when this one forget it.
One, as a regular user, allowing me to change my password. This flow is done from your settings page and requires you to know your current password.
Working on #15202
The main change is to fetch the user doing the action to verify if it
should be able to change the password if there's no old_password set.
The flow allowing users to change their current password is missing the part validating that the old password is indeed the correct one.
There's two logic :
The logic is here.
The text was updated successfully, but these errors were encountered: