Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate username before submission #298

Open
AlbanBedel opened this issue Apr 18, 2021 · 1 comment
Open

Validate username before submission #298

AlbanBedel opened this issue Apr 18, 2021 · 1 comment

Comments

@AlbanBedel
Copy link

Currently the username is only validated after it has been submitted, this is not very user friendly. Some client side validation while the user is typing would feel a lot less frustrating. If possible it should not only check for the regex, but also if the username is still available. Similarly if the full name is mandatory that should be visually obvious.

@nickvergessen
Copy link
Member

Mandatory full name has been added recently.
Currently the registration works without Javascript enabled, which until now i liked a lot as it makes sure any client can totally register with a simple webview.

We have to check at least the Desktop client and the mobile clients for files and talk to see that it doesn't break.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants