Make a wordpress change password page? on a template not on admin

Go To StackoverFlow.com

1

how do i make a wordpress change password page? im pretty sure its possible with wp_set_password, but not sure how best to do it.

basically i need to replicate the change password form in the wp admin in a page, its a custom "my account" type of page.

Can anybody give some pointers?

2012-04-05 20:41
by George Ananda Eman
try this http://stackoverflow.com/a/35336444/4819200 solutio - Mayur Chauhan 2016-02-11 10:21


3

The best way to learn how this is done is to download and study the code in a plugin like this: change password and email or theme my login to learn what Wordpress functions are used and basically write your own thing. It might even be worth using and or modifying those plugins to your liking.

2012-04-05 20:58
by rncrtr
thanks ill look into i - George Ananda Eman 2012-04-06 06:39
Ads