Opened 9 years ago
Last modified 7 years ago
#42053 reopened enhancement
There should be an option to make wp_login_form() functions's username and password input field required.
| Reported by: | rnaby | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Login and Registration | Version: | 4.9 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The patch file for
wp_login_form()which provides the patch to makeusernameandpasswordfiled required if necessary.