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?
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.