php - wordpress function that can be used as wordpress default lost password functionality -
i creating web service using php of website built in wordpress cms. there wordpress plugin used named "theme login" registration-login.
now want know there function of wordpress through can pass user email address , wordpress lost password functionality?
for login/registration functionlity have included wp-load.php file in webservice.php file can use wordpress user login/register functions in web service.
my code below:
is there function lost password? please guide me this.
thank in advance
you should able send user_login
containing username or email-adress via post
to
/wp-login.php?action=lostpassword
.
Comments
Post a Comment