- Status Assigned
- Percent Complete
- Task Type Bug Report
- Category User Interface
-
Assigned To
peterdd - Operating System Linux
- Severity Low
- Priority Very Low
- Reported Version 1.0-rc9
- Due in Version 1.0
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Flyspray - The bug killer!
Opened by joril - 20.03.2020
Last edited by peterdd - 14.04.2021
Opened by joril - 20.03.2020
Last edited by peterdd - 14.04.2021
FS#2598 - user registration in admin area: "username taken" but the problem is "email taken"
Trying to add a new user having the same email address as an another user in the do=admin&area=newuser section results in
“That username is already taken. You will need to choose another one.”
instead of
“Email address has already been taken”
(I’ve stumbled on this issue because I have an older disabled user with the same email address)
Loading...
Available keyboard shortcuts
- Alt + l Login Dialog / Logout
- Alt + a Add new task
- Alt + m My searches
- Alt + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + e ↵ Enter Edit this task
- Alt + w watch task
- Alt + y Close Task
Task Editing
- Alt + s save task
I cannot reproduce it with Flyspray master on PHP 7.4.4
I tried several user registration workflow settings:
In every case they showed the correct error message (language translation for ‘emailtaken’ from lang/*.php) if the username is unique but the email address is used.
Could it provide more details? user registration settings, PHP version, screenshot, Flyspray version?
Sure, here they are:
PHP 5.5.9
Flyspray 1.0-rc9
Aww, you meant when being logged in as admin! And I tried all the time as guest user trying to register to reproduce!
Adapted summary and description to state more precisely.