From cf4a18b6f94aa1b9539f09a5bb577c021e6307cb Mon Sep 17 00:00:00 2001 From: Matt Lantz Date: Mon, 7 Nov 2016 14:32:25 -0500 Subject: [PATCH] Readme update for new email activation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9105114..1efb4c0 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,12 @@ Add the following line to the 'phpunit.xml' file ``` +##### Regarding Email Activation + +The Starter kit has an email activation component added to the app to ensure your users have validated their email address. +You can disable it by removing the `active` middleware from the `web` routes. You will also have to disable the Notification but it +won't cause any problems if you remove the email activation. + ##### For Laravel 5.2 You will also need to set the location of the email for password reminders. (config/auth.php - at the bottom)