Hi All.
I'm relatively new to ASP and C#. To help the learning process of how things work, I'm creating my own user controls for creating a user, logging in, password change and password recovery without the pre-defined controls available.
Now, I've successfully created users and been able to log them into my website using the membership class etc.
BUT.. I'm totally clueless when it comes to changing an existing users password or recovering it? ideally I'd want this to be sent by email aswell.
Does anyone have some sample code to get me started or just any advice to push me in right direction?
Thanks in advance guys.
I'm relatively new to ASP and C#. To help the learning process of how things work, I'm creating my own user controls for creating a user, logging in, password change and password recovery without the pre-defined controls available.
Now, I've successfully created users and been able to log them into my website using the membership class etc.
BUT.. I'm totally clueless when it comes to changing an existing users password or recovering it? ideally I'd want this to be sent by email aswell.
Does anyone have some sample code to get me started or just any advice to push me in right direction?
Thanks in advance guys.