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
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
The password hash is used to generate a user_token for your login. If you change your password it invalidates the session. That is by design so the user has to log back in with their new password.
If you really want to keep the user logged in, you can log the user in again programmatically after the password change in the same method (since you have the new password at that point), or override the auth library and remove the password hash or user_token from it's session validation (not recommended!).
help me please , when i am change passwod in bonfire automatically logout. i won't
The text was updated successfully, but these errors were encountered: