Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Now with Email Activation

Compare
Choose a tag to compare
@mlantz mlantz released this 08 Nov 04:38
· 187 commits to master since this release

Now by default the Laracogs Starter kit has an email activation requirement. Now when you register with your app you get an email with an activation token, once you click it you can log in and use your account. Otherwise you can request a new token.

In order to discard this, you need to remove the active from the routes/web.php in the middleware for the routes, and you would need to remove the ActivateUserEmail notification.