Opened 8 years ago
Last modified 4 years ago
#40046 new enhancement
Add password length filter in `register_new_user` function.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.7.2 |
Component: | Users | Keywords: | |
Focuses: | administration | Cc: |
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.
Fixed in this patch.