You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is difficult to choose a free login. Most likely you won't be able to do it on the first try. And not even with the second one. To check this, you need to submit a form.
Any mistake in the form erases the password. And it needs to be entered at least twice! Nothing prevents you from checking all the fields automatically before sending, so that the user immediately knows that everything is filled out correctly.
Screenshots
The text was updated successfully, but these errors were encountered:
I think it would be nice to check the display name (and password format, which has been asked for before) before form submission, but I'm reluctant to create too much home-grown javascript to add this functionality.
What I would prefer is to first move to Turbo/Stimulus, so that we can get some more idiomatic approaches to interactivity, and that approach will be better in the long run.
gravitystorm
changed the title
The fields of the registration form must be validated immediately when typing
Validate the registration form immediately when typing
May 9, 2022
Description
It is difficult to choose a free login. Most likely you won't be able to do it on the first try. And not even with the second one. To check this, you need to submit a form.
Any mistake in the form erases the password. And it needs to be entered at least twice! Nothing prevents you from checking all the fields automatically before sending, so that the user immediately knows that everything is filled out correctly.
Screenshots
The text was updated successfully, but these errors were encountered: