Describe the bug
Looking up a member who used thatconference.com to create and update their profile I was unable to find them. It turns out that they had a trailing space in their firstName and lastName fields (maybe others, I didn't check them all).
Because of this I couldn't find the member as it needs to be an exact match.
Data needs to be trimmed before being written to the database
Marking this as internal staff as without the ability for external contributors to authenticate in local development environment we are unable to access the edit profile page and replicate the issue to fix.
Describe the bug Looking up a member who used thatconference.com to create and update their profile I was unable to find them. It turns out that they had a trailing space in their firstName and lastName fields (maybe others, I didn't check them all).
Because of this I couldn't find the member as it needs to be an exact match.
Data needs to be trimmed before being written to the database
To Reproduce Steps to reproduce the behavior:
/member/edit
/member/edit
) you will notice that the space remainsExpected behavior data is trimmed before writing to database