Skip to content

Commit 2b8b721

Browse files
committed
Update README.md
Just some extra information on top in case the people missing the troubleshooting section.
1 parent 067c878 commit 2b8b721

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ For MongoDB support see [Confide Mongo](https://github.com/Zizaco/confide-mongo)
3434
- Captcha in user signup and password reset.
3535
- General improvements.
3636

37+
**Warning:**
38+
39+
Standard the confirm email is not being send. So if you want only confirmed users to login, in your UserController, instead of simply calling logAttempt( $input ), call logAttempt( $input, true ). The second parameter stands for "confirmed_only".
40+
3741
## Quick start
3842

3943
### Required setup

0 commit comments

Comments
 (0)