Closed
Bug 298461
Opened 20 years ago
Closed 12 years ago
editusers.cgi does not allow you to change only the letter-case of an email address
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.4
People
(Reporter: hauser, Assigned: mail)
References
Details
Attachments
(1 file)
|
664 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Originally, the user was created as John.Miller@xyz.com, whoever enters in a cc-field john.miller@xyz.com will have to confirm with an UNNECESSARY extra click that this is the same email address. When as an admin trying to change John.Miller@xyz.com to "john.miller@xyz.com" this is refused with a "sorry, john.miller@xyz.com already in use"... Reproducible: Always
Comment 1•20 years ago
|
||
Is this on 2.18 or 2.19.x?
Summary: when changing a capitalized email address to a non-captilized/small-cap one as admin, this is not allowed → editusers.cgi does not allow you to change only the letter-case of an email address
Comment 2•20 years ago
|
||
(In reply to comment #1) > Is this on 2.18 or 2.19.x? Both.
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•20 years ago
|
Severity: normal → minor
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → 2.18.1
see also: bug#86051, bug#252003, bug#96487, bug#252005
Comment 4•20 years ago
|
||
(In reply to comment #0) > Originally, the user was created as John.Miller@xyz.com, whoever enters in a > cc-field john.miller@xyz.com will have to confirm with an UNNECESSARY extra > click that this is the same email address. This is because your installation has confirmuniqueusermatch set to On. Set it to Off, and this confirmation is not needed any more. (That's not the bug we're coping here with, though.)
| Assignee | ||
Comment 6•12 years ago
|
||
Attachment #686336 -
Flags: review?
Comment 7•12 years ago
|
||
Comment on attachment 686336 [details] [diff] [review] patch to fix this problem r=LpSolit
Attachment #686336 -
Flags: review? → review+
Updated•12 years ago
|
Assignee: user-accounts → hugo.seabrook
Status: NEW → ASSIGNED
Component: User Accounts → Administration
Flags: approval4.4+
Flags: approval+
Target Milestone: --- → Bugzilla 4.4
Comment 8•12 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/ modified Bugzilla/User.pm Committed revision 8498. Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.4/ modified Bugzilla/User.pm Committed revision 8476.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•