+ 2
What do you want it to do? Assuming you want it to email the person a link to reset it, you could have the button trigger a PHP function that sends an email to the address linked with the account, then have an auto generated link with a token that expires after a short period of time if not clicked. If it is clicked the token is verified and the user gets directed to a page that allows them to reset the password.