Opened 2 years ago
Last modified 11 months ago
#42053 reopened enhancement
There should be an option to make wp_login_form() functions's username and password input field required.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 4.9 |
| Component: | Login and Registration | Keywords: | |
| Focuses: | Cc: |
Description
There should be options to make the username and password filed required if necessary or if any developer wants to make it required by HTML in wp_login_form() function inside src/wp-includes/general-template.php file through $args argument.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
The patch file for
wp_login_form()which provides the patch to makeusernameandpasswordfiled required if necessary.