-
-
Notifications
You must be signed in to change notification settings - Fork 548
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
Password resetter [activations] is not defined #1973
Comments
Can you provide your |
Jason sorry for the delay here it is...
|
Grab the updated auth.php from statamic/statamic |
Jason sorry which file? I am not sure where that one is located.... |
Nevermind I was looking at the wrong repo..duh! |
Jason, now the activation page is displaying but we are getting: "Password reset token is invalid" ...when we try to setup the password. Any ideas? |
What URL are you seeing that error on? |
It's the URL for activation that you get when you create a user... eg: http://sg.homestead/!/auth/activate/948dc3b231a699b5b3283d038f59aa2c23fcdb810059e830cabd876fdd6e935d |
Is it an old token? Try the whole reset password workflow again. Don't click a link from an existing email. |
That link was used a minute after receiving the email to activate the user. We will try the whole reset workflow and let you know. |
Is this still an issue? |
I am sorry I think we need to split out the issue since the original problem got indeed resolved and then I encounter this other issue... Do you want me to create a new issue? Cheers |
I have this almost fixed locally. Don’t worry about it. |
Just got this out of my log after trying to reset password that might be new to this issue: [2020-07-14 00:07:55] local.ERROR: Password resetter [resets] is not defined. {"exception":"[object] (InvalidArgumentException(code: 0): Password resetter [resets] is not defined. at /home/forge/www.domain.com/vendor/laravel/framework/src/Illuminate/Auth/Passwords/PasswordBrokerManager.php:65) |
I just had to update the auth file in my config/statamic folder to get rid of this error. |
Dunno if related, but when I create a user, then the activation link the user gets gives a 500. |
I'm seeing this same issue. I just verified that I already have the latest |
Bug Description
I am getting this "Password resetter [activations] is not defined." message after going to the user activation link eg: http://sg.homestead/!/auth/activate/204847e8eace205d4355d6bae1194bbe62821b0244f0f9f12535af78b810d856
How to Reproduce
Extra Detail
https://flareapp.io/share/o7A2pz5p#F53
Environment
Statamic version: 3.0.0.-beta-31
PHP version: 7.3.19
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered: