Actions
Bug #6998
closedRegistration does not reject duplicate email addresses
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
Registration
Target version:
Start date:
2016-12-08
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
I'd have thought that BP would do this by default.
Related issues
Updated by Boone Gorges almost 8 years ago
- Related to Support #6992: User cannot activate account added
Updated by Boone Gorges almost 8 years ago
- Target version changed from 1.10.4 to 1.10.5
Updated by Boone Gorges almost 8 years ago
- Target version changed from 1.10.5 to 1.10.6
Updated by Boone Gorges almost 8 years ago
- Target version changed from 1.10.6 to 1.10.7
Updated by Boone Gorges almost 8 years ago
- Target version changed from 1.10.7 to 1.10.8
Updated by Boone Gorges almost 8 years ago
- Status changed from Assigned to Resolved
I managed to track this down. It has to do with the custom code we use to allow for email domain wildcards (*.cuny.edu). The custom validation rules were accidentally overwriting legitimate error messages like "your email is already in use". Fixed in https://github.com/cuny-academic-commons/cac/commit/df64ee6b94cac0115891b1df691d040b9bc060b0
Actions