Posted by pcambra on September 27, 2011 at 7:35am
2 followers
| Project: | Email Registration |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Hi
In some use cases (as mine now) you want to validate that the mail entered in login form is ok and you want to force login only by email, this can be accomplished just with a custom validate handler that validates the email but email_registration doesn't keep this data.
I'm attaching a really little patch for keeping the email address in the validation phase.
Comments
#1
#2
It should be done before the user check.
#3
Great but this should be configurable or not? this adds an option #583152-13: email confirmation option