Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[login] Trim inputs before inserting into users or examiners (#5809)
user_accounts and examiner modules trim whitespace around inputs before submission. request account does not do any trimming so entries like first/last name and emails get submitted with empty spaces around them. Examiners with an incorrect Real_name value will cause a duplication of the examiner the first time the form is saved on user accounts because the name then gets trimmed and re-stored in it's correct format in the examiner table. This results in a 500 error due to pselectRow returning more than one row.
- Loading branch information