PretendoNetwork / website

Website for Pretendo Network

Home Page:https://pretendo.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

account create error handling

mrjvs opened this issue · comments

commented

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.

commented

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

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

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.

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