Closed
Bug 1101140
Opened 10 years ago
Closed 10 years ago
Boku doesn't allow email addresses with a + in them
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: andy+bugzilla, Assigned: merchantsupport)
References
Details
A + is a valid email and its really, really, really useful. Its using a regex of:
var emailRegex = /^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/;
Comment 1•10 years ago
|
||
For example, we routinely use emails like this:
kmcmillan+boku-test1@mozilla.com
kmcmillan+boku-test2@mozilla.com
They appear unique to the system yet go to the same inbox. This is very crucial for testing.
Assignee | ||
Comment 2•10 years ago
|
||
Please assign this ticket to me instead of Denise T.
I have created a JIRA ticket on our end (INC-2439) and our product team will be investigating this soon. Please address any further inquiries to merchantsupport@boku.com
Thank you!
Reporter | ||
Updated•10 years ago
|
Assignee: denise → merchantsupport
Reporter | ||
Updated•10 years ago
|
Priority: -- → P2
John confirmed that the removal of the +sign is required for certain issues on their platform; The best thing for a developer to do would be to set up a separate email address that is dedicated to the use of configuration without a + sign.
Please let us know if this will work or further use cases that will be affected.
Comment 4•10 years ago
|
||
Hey Lindsay, did this get fixed, as in, we can use plus signs now? If not, the resolution should be set to wontfix to indicate that Boku won't / can't fix it.
Flags: needinfo?(lsaunders)
You need to log in
before you can comment on or make changes to this bug.
Description
•