All valid fields
See the screenshots of me trying to register one of my accounts.
Version: master
Severity: normal
Attached:
TheDJ | |
Nov 7 2012, 3:45 PM |
F9642: Screen_Shot_2012-11-07_at_16.17.26.png | |
Nov 22 2014, 12:47 AM |
All valid fields
See the screenshots of me trying to register one of my accounts.
Version: master
Severity: normal
Attached:
You're right, unfortunately. Client-side validation in account creation is hampered by bug 40648 "can't validate username against blocking extensions like AntiSpoof." Technical discussion should continue there.
Do you think client-side validation is useful as it is, given that it can be misleading and you only discover some problems with form input by submitting it?
Maybe the green checkmark shouldn't turn on for the username field. It means "no apparent errors with this field", not "this is going to work". It's possible for extensions to complain about the other fields on form submissions, but I haven't seen this happen on enwiki for password and e-mail.
swalling wrote:
Yes, AntiSpoof and other extensions don't yet play nice with the client-side validation.
This version is solely for testing purposes, to try and understand whether updating validation will have any measurable benefits for end users.
When/if we move to productize this, we'll definitely need to resolve bug 40648 and similar dependencies from extensions that add more checks than are in core.