Closed
Bug 1309524
Opened 9 years ago
Closed 9 years ago
Not able to create email id with quotes
Categories
(Bugzilla :: User Accounts, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: antovinraj, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36
Steps to reproduce:
Attempting to edit an email to include an apostrophe fails in spite of it being a valid email:
anto'o.test@gmail.com
it says it did not pass syntax checking
Reproducible: Always
Steps to Reproduce:
1. Create a new user email to one with an apostrophe
Actual results:
The e-mail address you entered (anto'o.test@gmail.com) didn't pass our syntax checking for a legal email address. A legal address must contain exactly one '@', and at least one '.' after the @. It also must not contain any illegal characters.
Expected results:
Able to create the new user.
![]() |
||
Comment 1•9 years ago
|
||
Fixed in Bugzilla 5.0.
Assignee: general → user-accounts
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Component: Bugzilla-General → User Accounts
Resolution: --- → DUPLICATE
Comment 2•9 years ago
|
||
Antoine: if you meant that this behaviour exists in bugzilla.mozilla.org (aka BMO), then we can reopen and move it to the correct product. The "Bugzilla" product is meant for the general-use Bugzilla application, not BMO specifically, which is slightly divergent.
Updated•9 years ago
|
Assignee: user-accounts → nobody
Status: RESOLVED → REOPENED
Component: User Accounts → General
Ever confirmed: true
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Resolution: DUPLICATE → ---
Version: 4.4.6 → Production
I have modified the "emailregexp => ^[\w\.\+\-=']+@[\w\.\-]+\.[\w\-]+$" in the admin page and able to create the email address with quotes.
The email id's created with single quotes are not displayed in the Assignee or QA or CC auto complete list.
Component: General → Bugzilla-General
Product: bugzilla.mozilla.org → Bugzilla
Version: Production → 4.4.6
![]() |
||
Comment 4•9 years ago
|
||
Things are working fine in Bugzilla 4.4.12. It is recommended to upgrade your installation (4.4.6 is two years old). Bugzilla 4.4.x is restricted to security fixes and crash fixes only, so please upgrade to 5.0.3 or newer if you still have issues with your installation.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Component: Bugzilla-General → User Accounts
QA Contact: default-qa
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•