I've been asked to create a reset password form.. and as well as that create an update your details screen for members for one of our umbraco sites..
we're using v 4.0.4.2 I was just wondering how to approach the update details screen? is it as simple as a usercontrol macro and on submit update the properties?
what about change password functionality/hashing? any tricks there?
can i use a standard asp.net reset password control for the reset functionality?
You can indeed use the standard asp.net control for this functionality. Alternatively you can build this yourself, have a look at the nForum source for some inspiration.
Reset Password/Update Member Details
Hi Guys,
I've been asked to create a reset password form.. and as well as that create an update your details screen for members for one of our umbraco sites..
we're using v 4.0.4.2 I was just wondering how to approach the update details screen? is it as simple as a usercontrol macro and on submit update the properties?
what about change password functionality/hashing? any tricks there?
can i use a standard asp.net reset password control for the reset functionality?
cheers,
Tom
You can indeed use the standard asp.net control for this functionality. Alternatively you can build this yourself, have a look at the nForum source for some inspiration.
is working on a reply...