#38460 closed defect (bug) (fixed)
New user form on network site has non-required fields that have to be filled in
| Reported by: | jackreichert | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 |
| Component: | Networks and Sites | Version: | |
| Severity: | blocker | Keywords: | required-fields has-patch |
| Cc: | Focuses: | accessibility, multisite |
Description (last modified by )
Similar to ticket #37331 In multi-site's New User form, there are several fields that are not required to submit the form (required and aria-required attributes are not set) but the form will fail server-side validation if these fields are not filled in.
Attachments (4)
Change History (22)
#2
@
10 years ago
Since I was working on [37331] I thought I should take the liberty to fix this form as well.
This ticket was mentioned in Slack in #core-multisite by flixos90. View the logs.
9 years ago
#6
@
9 years ago
@afercia We just looked at this again during our multisite ticket-scrub. Are there any updates yet from the a11y team on how to deal with required fields in the admin?
#7
@
9 years ago
@flixos90 I'm afraid we haven't came to a conclusion about the best pattern to use for required fields.
#8
@
4 years ago
- Focuses accessibility added
- Keywords needs-refresh added
- Milestone Awaiting Review → 6.2
This ticket was mentioned in Slack in #core by hellofromtonya. View the logs.
4 years ago
#14
@
4 years ago
- Keywords needs-patch added; has-patch commit removed
- Resolution fixed
- Status closed → reopened
[55026] broke this form. The email input field now has the wrong id and name attributes, so attempting to create a new user from the Network Admin -> Users -> Add New screen results in the following error:
Usernames can only contain lowercase letters (a-z) and numbers. Please enter a valid email address.
Discovered while testing #57164.
This ticket was mentioned in PR #4104 on WordPress/wordpress-develop by @johnbillion.
4 years ago
#15
- Keywords has-patch added; needs-patch removed
Trac ticket: https://core.trac.wordpress.org/ticket/38460
@audrasjb commented on PR #4104:
4 years ago
#18
committed in https://core.trac.wordpress.org/changeset/55394
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
patch to fix ticket