I want to implement the forgot password functionality. I don't want to change the password. Rather I simply want to mail the password to the provided email address.
But how can I get the decoded password and mail it to the email address?
All I have got till now from SO and other links is the password change process. I don't want that. I can't find any example regarding this. I'm using following encoder:
Please help...