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
I am using devise (4.2.0) and devise_token_auth(0.1.40)
When I change password for user, I have send (current_password,password,password_confirmation) ,
If the current password is invalid it returns an error but at the same time it updates the password for the user. Please check
The text was updated successfully, but these errors were encountered:
I am using devise (4.2.0) and devise_token_auth(0.1.40)
When I change password for user, I have send (current_password,password,password_confirmation) ,
If the current password is invalid it returns an error but at the same time it updates the password for the user. Please check
The text was updated successfully, but these errors were encountered: