-
|
My lunar panel is using the User model instead of the Staff model when trying to reset the password. Anyway to change this? |
Beta Was this translation helpful? Give feedback.
Answered by
cgunnels
Apr 2, 2025
Replies: 2 comments 4 replies
-
|
Can you provide steps to reproduce? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I figured it out. I had to add ->authPasswordBroker('staff') to the panel registration. Not sure if there are any side effects, but it's working and sending the reset email. I was able to reset the password. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cgunnels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I figured it out. I had to add ->authPasswordBroker('staff') to the panel registration. Not sure if there are any side effects, but it's working and sending the reset email. I was able to reset the password.