Opened 14 years ago
Closed 14 years ago
#14939 closed enhancement (duplicate)
moving wp-login functions to functions.php? login.php
Reported by: | sboisvert | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.0.1 |
Component: | Users | Keywords: | |
Focuses: | Cc: |
Description
My main goal is to be able to call functions such as retrieve_password(), reset_password(),register_new_user() from plugins and themes, etc.
Maybe consider converting it into an include like wp-includes/registration.php so that it doesn't get loaded when unnecessary but can be included by users without having all the HTML and JS that wp-login.php currently comes with.
Thank you,
Change History (4)
Note: See
TracTickets for help on using
tickets.
That's a good idea. Related: #5919