-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Frontend validation for Add User form #11584
Comments
And also inline the errors from the backend, because the notification at the top is something we should not use anymore designwise. |
The errors like "Password too short" should be shown using the (Also, we never ever use italic text in an interface. :) |
That sounds good @jancborchardt - important thing is that these are actually visible for |
Or until the next interaction? (Or until it’s long enough?) Purely time-based messages are always a pain when you don’t look, or they are gone too quick – which is why we are trying to phase out the top |
I am going to close this since there doesn't seem to be a lot of interest and no respond since over 2 years. Please reopen if you still want to implement this. |
This will be much improved with #23529 |
New User form badly needs some frontend validation to match the PHP stuff. While pull request #11581 I had to type in the entire form several times because it would empty it up after failing to comply with password requirements:
needs uppercase, lowercase, the list goes on.
What should happen:
@nextcloud/designers sorry for my bad "screenshot", but what do you think? Should notifications stay on top (with an "x") to keep the consistency with the rest of the NC?
The text was updated successfully, but these errors were encountered: