Forgot Password Error Issue myth/auth #595
-
Class name must be a valid object or a string in in Config/Auth.php at line 203, i have been change the code into this Help me, idk what happen in this errors, and I have also changed the email configuration |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @RiggiPranata. If you don't want to use password resetting future, just to it null value. |
Beta Was this translation helpful? Give feedback.
Hi @RiggiPranata.
This line in you config file is wrong:
public $activeResetter = true;
it should be:
public $activeResetter = 'Myth\Auth\Authentication\Resetters\EmailResetter';
If you don't want to use password resetting future, just to it null value.
And don't forget to enter fromEmail and fromName values for $userResetters variable.