Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VExistingUname: strip surrounding spaces
This was causing all pages that use this validator to be unable to handle leading/trailing spaces around the username, since when chkuser() is called it will always return None due to their presence. Changing this will make a lot of pages more tolerant with usernames, like the message compose page, pages for banning users, adding them as approved submitters or moderators, etc.
- Loading branch information