Closed
Bug 1147541
Opened 10 years ago
Closed 10 years ago
Can't use dot(.) in username
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: nootan.ghimire, Assigned: tasos)
Details
(Whiteboard: [kb=1703789] )
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
Build ID: 20150224222119
Steps to reproduce:
Edit Profile, Change the username to something with dots, and save. The server responds with 500 Server Error.
Actual results:
Responded Unnaturally. (500 Server Error)
Expected results:
At least should have responded with "We do not allow dots in profile url" or dots should be allowed.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → tasos
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Whiteboard: [kb=1703789]
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/af8dae317cbb5926b2c81045aabd06fa01fe0b16
[fix bug 1147541] Fix 500 error when using an invalid username.
https://github.com/mozilla/remo/commit/88a7013cb426544361ea51bc0de93c273455c951
Merge pull request #969 from akatsoulas/1147541-dot-username
[fix bug 1147541] Fix 500 error when using an invalid username.
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Version: unspecified → next
| Assignee | ||
Comment 2•10 years ago
|
||
Verified on stage that when trying to use an illegal character on the display_name, a validation error is raised and there is no 500 errors. A new bug will follow to allow hyphens, underscores and dots in the display name.
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•10 years ago
|
Version: next → 459
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•