My profile password updates successfully, but unable to login with the same password. #332
Unanswered
dushmanta05
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community!
I'm using Breezy for updating my logged in user's details but I've faced an issue where the password is getting updated successfully but when I logged in using the updated password it throws and error of
credentials do not match our records
The code I've implemented in
Providers\Filament\AdminPanelProvider.php
Here's some screenshot of it
This is my
My Profile
pageWhen I update the password, it shows password updates successfully
Then when I log in with the updated password it throws this error
But when I go and change the password from Super Admin page through the
UserResource
it works.Screenshot of user password update through Super Admin
Also I can confirm the password gets updated, I've checked the
DB
fromphpmyadmin
I'm stuck with this error could anyone please help me with this. If more details are needed regarding this error please do mention it. Thank you for your time, I really appreciate it. Thank you again.
Also I don't know if it's a bug, so should I open a issue for it?
Beta Was this translation helpful? Give feedback.
All reactions