| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Now with Email Activation source code.tar.gz | 2016-11-08 | 389.9 kB | |
| Now with Email Activation source code.zip | 2016-11-08 | 509.6 kB | |
| README.md | 2016-11-08 | 436 Bytes | |
| Totals: 3 Items | 900.0 kB | 0 | |
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.