Closed (fixed)
Project:
Shared Email
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 Jun 2009 at 22:33 UTC
Updated:
30 Sep 2011 at 04:54 UTC
We use logintoboggan on our site and I wanted to use shared email as well, but registering as a new user broke with email confirmation, this is a quick fix:
After line 85 add:
$edit['conf_mail']= 'sharedemail_'. $mail;
After line 96 add:
$edit['conf_mail'] = str_replace('sharedemail_', '', $mail);
Comments
Comment #1
aufumy commentedThank you.
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/sharedemail...
Comment #3
Rosamunda commentedI´m sorry is this fix commited to the current stable version?
Thanks!
Rosamunda
Comment #4
muhleder commentedHi Rosamunda,
looks like this fix is just in the CVS version.
Mark
Comment #5
aufumy commentedshould have added a release earlier. Now done.
Comment #6
alex commentedThis solution bypasses the logintoboggan validation for existing emails, making it appear broken
Should be