Switch e-mail verification to Laravel's native method #143
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aheathershaw/blue-twilight#143
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Laravel originally didn't have e-mail verification when users registered.
This has been introduced in Laravel 5.7.
Ideally we should use this so it's standardised to the framework instead of our own "home-brew" solution.
This is detailed in the upgrade guide: https://laravel.com/docs/5.7/upgrade
There are also elements to this in the 6.x upgrade guide.
https://laravel.com/docs/6.x/upgrade