Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] Fix User Accessor in Password Reset #10848

Merged

Conversation

samharvey44
Copy link
Contributor

This PR fixes the following error when changing the password of a user within the control panel:

image

image

The controller was trying to deal with the user as an Eloquent model, rather than using Statamic's facade.

@samharvey44 samharvey44 changed the title correct user accessor [5.x] Fix User Accessor in Password Reset Sep 26, 2024
@samharvey44
Copy link
Contributor Author

This bug was caused by: #10548

@jasonvarga jasonvarga merged commit e58f90b into statamic:5.x Sep 26, 2024
17 of 18 checks passed
@samharvey44 samharvey44 deleted the fix-cp-admin-user-password-reset branch September 26, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants