Closed (outdated)
Project:
Mailing List
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2010 at 13:04 UTC
Updated:
3 May 2017 at 17:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fangel commentedYes. I just came across this bug as well in the D6 version. The reason for this bug is that the same validation function is used for signups and for edits - and the requirement for signup is that the email doesn't exist, but for edit the requirement is that the `eid` exists..
So I've created a small patch that checks if `eid` is set in the form, and if it is checks if it's valid - if `eid` doesn't exist, it checks the email for uniqueness..
(The coding-style and/or logic is probably a bit off, I'm new to Drupal development)
-Morten
Comment #2
manuel.adanClosing this as outdated, 6.x version is no longer active.