Opened 17 years ago
Closed 17 years ago
#11746 closed defect (bug) (fixed)
deprecate generate_random_password()
| Reported by: | Denis-de-Bernardy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch needs-testing |
| Cc: | Focuses: |
Description
WP has a wp_generate_password() function, which we should use instead.
Attachments (4)
Change History (13)
#4
@
17 years ago
- Resolution fixed
- Status closed → reopened
There's a spelling mistake in the third argument of the _deprecated_functon call.
#5
@
17 years ago
Docs look good.
I'm wondering why we are preserving the exact functionality of this function can't we just use the function we recommend in this function like we do for other deprecated functions.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
atm, it's used in ms-edit.php and ms-functions,php