Gophercraft / core

GNU General Public License v3.0
10 stars 2 forks source link

When registering an account, password is validated as a username #4

Open Kangaroux opened 4 months ago

Kangaroux commented 4 months ago
  1. Try registering an account
  2. Include special characters or numbers in the password
  3. Get an error login: invalid characters

Looking at SetAccount(), the password is being passed into the username validator.

superp00t commented 4 months ago

Apologies for the inconvenience. This will be fixed pretty soon, I'm reworking the entire core and the login system especially to be more robust.