KhalisFoundation / gurmukhi-web

2 stars 4 forks source link

[BUG] Username already taken error #237

Open Gauravjeetsingh opened 1 month ago

Gauravjeetsingh commented 1 month ago

Describe the bug Confusion about the username.

For signing up with email, the username is parsed from entered email id. (confirmed with Gurmehar/Amitoj veerjis) For example, if I write email id as panda@khalis.org, then the username it takes is panda.

But there is also another Name field in sign up form, in which if I add spaces or hyphens (-), it throws error that Username is already taken.

It needs a name without any spaces or symbols.

But the unique username is parsed from email, so we need to clarify this validation a little, and update the error message accordingly.

lbk003 commented 1 month ago

I have also seen this bug

MySmilingTurban commented 1 month ago

fixed in #235