Bug #3
The User with no name
| Status: | Closed | Start date: | 11/09/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Ryan Gordon | % Done: | 100% |
|
| Category: | Registration | |||
| Target version: | 1.4.4 | |||
| Reproducibility: | Database Type: | |||
| Reported In MyBB Version: | 1.6.5 | Database Version: | ||
| PHP Version: | SQA assignments: | |||
| Browser: |
Description
I've got a user that tried to register twice.
On the ACP it shows up as " " (space).
On the newest member list he shows up as "No-One".
His e-mail seems legit, seems like he tried to register twice, but probably forgets to choose the member name?
a) should registrations be registered with an empty name?
b) should they be so with a space as a name?
b) what happens with either one? are the accounts functional? usable?
I'm guessing they're not and that's why he tried to register twice (always forgetting to fill the username).
I'm guessing the system should spit an error if you don't do it. But i'm also guessing that since he names him "no-name" in the newest member list it is and has code for it.
Associated revisions
Fixes PHP 4 error when searching templates in ACP (fixes:21)
Fixes WOL "Viewing an attachment" link should open a new window (fixes:20)
Fixes Disallowed username ajax verification error (fixes:4)
Fixes The User with no name (ajax validation) (fixes:3)
History
Updated by Ryan Gordon over 3 years ago
- Category set to Registration
Ryan Gordon wrote:
I've got a user that tried to register twice.
On the ACP it shows up as " " (space).
On the newest member list he shows up as "No-One".
His e-mail seems legit, seems like he tried to register twice, but probably forgets to choose the member name?
a) should registrations be registered with an empty name?
b) should they be so with a space as a name?
b) what happens with either one? are the accounts functional? usable?
I'm guessing they're not and that's why he tried to register twice (always forgetting to fill the username).
I'm guessing the system should spit an error if you don't do it. But i'm also guessing that since he names him "no-name" in the newest member list it is and has code for it.
That was the original bug report, but the actual problem is AJAX validation on registration doesn't trim() what it's validating
Updated by Ryan Gordon about 3 years ago
- Assignee changed from Chris Boulton to Ryan Gordon
Updated by Ryan Gordon about 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r4273.
Updated by Michael Schlechtinger about 3 years ago
- Status changed from Resolved to Closed