Skip to content

Commit

Permalink
Merge pull request #111 from byordereurope/master
Browse files Browse the repository at this point in the history
Update top section a bit, so it is clear the email are only being send when you set the second parameter.
  • Loading branch information
andrew13 committed Jul 23, 2013
2 parents 4e946cd + 2b8b721 commit c737b47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ For MongoDB support see [Confide Mongo](https://github.com/Zizaco/confide-mongo)
- Captcha in user signup and password reset.
- General improvements.

**Warning:**

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".

## Quick start

### Required setup
Expand Down

0 comments on commit c737b47

Please sign in to comment.