Skip to content

Error when I try to register #368

Answered by MGatner
yanddd asked this question in Q&A
Jun 10, 2021 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

The config Auth::$requireActivation is now a nullable string type:

/**
* --------------------------------------------------------------------
* Require Confirmation Registration via Email
* --------------------------------------------------------------------
*
* When enabled, every registered user will receive an email message
* with an activation link to confirm the account.
*
* @var string|null Name of the ActivatorInterface class
*/
public $requireActivation = 'Myth\Auth\Authentication\Activators\EmailActivator';

I assume you have this set to false. Edi…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@yanddd
Comment options

@yanddd
Comment options

@yanddd
Comment options

@Acelyourteen
Comment options

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