PretendoNetwork / website

Website for Pretendo Network
https://pretendo.network
GNU Affero General Public License v3.0
90 stars 77 forks source link

account create error handling #153

Open mrjvs opened 2 years ago

mrjvs commented 2 years ago

update: one weird error remains: Username contains invalid characters

~~when making an account, all input validation errors are not shown to the user. cookie with error message is being made but not being shown. this is most likely the problem with people not being able to make accounts.~~

gitlimes commented 2 years ago

With that fixed, the error appears to be "Username contains invalid characters", which is weird considering the username I'm trying to use is ashash

image

CorruptedPhazite commented 1 year ago

I've noticed that it consistently triggers even if the Username or Mii Name doesn't contain invalid characters if the input validation for either the Username or Mii Name failed on a previous creation attempt. I found that I could work around this issue by simply retyping both fields

jjok commented 1 year ago

Yeah, I kept getting the invalid characters in username error. In the end, I filled in the form, did the captcha, then deleted and retyped the username and mii name, and that worked.

jonbarrow commented 5 months ago

Can anyone confirm if this is still happening for them? I believe this issue was fixed a while ago (bad regex), and I'm cleaning up some old issues