makerspace/makeradmin

Trailing whitespaces are not removed from member emails

Opened this issue · 0 comments

We have trailing whitespaces in the database which means it needs to be removed when used sometimes. We shouldn't store emails, names etc with trailing whitespaces.
Existing table should be cleaned from trailing whitespaces.
With this fixed it would be possible to not have to use strip on the email so often