Skip to content

Forgot Password Error Issue myth/auth #595

Answered by manageruz
RiggiPranata asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RiggiPranata
Comment options

Answer selected by RiggiPranata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants