Posted by pcambra on September 27, 2011 at 7:35am
4 followers
| Project: | Email Registration |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
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
#4
Makes sense to me.
#5
The last submitted patch, 1291908-keep_email_for_validate-2.patch, failed testing.
#6
reroll.
#7
Now committed to 7.x - http://drupalcode.org/project/email_registration.git/commit/ceac58a
#8
Needed a slight re-roll but seems to work http://drupalcode.org/project/email_registration.git/commit/944b4c5
#9
Automatically closed -- issue fixed for 2 weeks with no activity.