Uforum is great, really enjoying the ease of the forum.
But I have a problem, what can I do if one of my members forgets their password. I know it is all saved in the 'Members' section, but I would like the user to be able to reset the password themselves.
Resetting passwords depend on your membership configuration... Check those configuration settings in web.config (enablePasswordReset/enablePasswordRetrieval), and you can use the membership functions ChangePassword() to change member's password.
Is there a password retrieval function in UForum?
Uforum is great, really enjoying the ease of the forum.
But I have a problem, what can I do if one of my members forgets their password. I know it is all saved in the 'Members' section, but I would like the user to be able to reset the password themselves.
Has anyone got an idea how I could do this?
James.
Resetting passwords depend on your membership configuration... Check those configuration settings in web.config (enablePasswordReset/enablePasswordRetrieval), and you can use the membership functions ChangePassword() to change member's password.
Cheers,
/Dirk
is working on a reply...