#31039 closed enhancement (fixed)
Move retrieve_password() from wp-login.php
Reported by: | jfarthing84 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Login and Registration | Keywords: | has-patch |
Focuses: | Cc: |
Description
Once considered in #20279, I am able to propose a sane way to separate retrieve_password()
from wp-login.php
.
Attachments (4)
Change History (15)
#2
@
9 years ago
I propose that we don't add new functions like in previous patch and instead we just copy existing function, introduce new parameter to switch from reliance on $_POST
inside of a function.
There is quick and untested patch attached below to give you an impression.
Also, @jfarthing84 hasn't mentioned why should we do this. Thing is that it's impossible to retrieve password the other way than creating your own function. For example, lets say that you have a custom login form outside wp-login.php
, you can't access this function so you need to create new one. I already did this a couple of times so that why I'm proposing making this function available to all users.
#4
@
7 years ago
- Keywords needs-refresh added
I would love to see this get into core. I am ready to rebase my patch if a developer would chime in.
#5
@
7 years ago
Disregard 31039.2.patch as I accidentally included some changes from another proposed patch.
#6
@
6 years ago
- Milestone changed from Awaiting Review to 5.0
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
#8
@
6 years ago
- Milestone changed from 5.1 to Future Release
This ticket needs reviewing and further consideration.
Separate retrieve_password() from wp-login.php