SitekickRemastered / Game

https://sitekickremastered.com/
MIT License
2 stars 0 forks source link

Email addresses & Symbols #37

Closed SK-Crow closed 4 days ago

SK-Crow commented 4 months ago

Email field currently accepts all symbols. ! # $ % & ' * + / = ? ^ _ ` { | } ~

The server doesn't recognize all symbols for email addresses, so it puts a space instead. Game should be updated to match server.

I recommend against allowing + to prevent users spam-creating with the same email address. Server was inadvertently acting as anti-spam.

SK-Crow commented 1 week ago

Server side is complete. Need UI error popup for error 117: InvalidEmail

SK-Crow commented 1 week ago

Also require client field to match server