Page MenuHomePhabricator

BUG: App lets you save a user even though the username is not registered
Closed, InvalidPublic

Description

Example case, I added the user "Bigger" and it let me save. However, https://en.wikipedia.org/wiki/User:Bigger is not registered.

Event Timeline

I think it's checking CentralAuth, and here there is a global account: https://en.wikipedia.org/wiki/Special:CentralAuth/Bigger. Not sure if that's the case for other usernames you tried.

Do we want to check against whatever wikis are configured on the event? Or maybe it's possible someone created an account somewhere else but hadn't browsed to the configured wiki yet, say if this was for a future event.

Oh! That "User:Bigger is not registered" message is confusing. It should check against CentralAuth there. But I think what we're doing is fine. Closing this ticket as invalid. Thanks for checking.