Opened 9 years ago
Last modified 5 years ago
#40046 new enhancement
Add password length filter in `register_new_user` function.
| Reported by: | 1naveengiri | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Users | Version: | 4.7.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | administration |
Description
I found there is no way to change password length param of wp_generate_password function.
I found there is no filter to extend the password length.
there should be one filter so that if anyone want to extend password length during user registration they could.
ref: wp-includes/user.php
line number : 2343
Function name: register_new_user()
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixed in this patch.