However, I'm having trouble getting the WebSecurity.GeneratePasswordResetToken working with Umbraco.
When I enter the correct username to generate the password tokem, I am getting the error:
To call this method, the "Membership.Provider" property must be an instance of "ExtendedMembershipProvider".
I have tried to set my membership provider in web.config but this stops the default Umbraco membership working (and to be honest it doesn't work anyway).
I can't believe that no-one out there hasn't had the same problem / request to get this working so I'm hoping that this reaches someone who has?!
Generate Password Token
Hi,
I have a requirement to generate a password token to email to an Umbraco member (as opposed to emailing a brand new password).
I know this is possible in the WebSecurity namespace and I am following this tutorial:
http://www.thecodingguys.net/tutorials/asp/webpages-membership-forgot-password-page
However, I'm having trouble getting the WebSecurity.GeneratePasswordResetToken working with Umbraco.
When I enter the correct username to generate the password tokem, I am getting the error:
To call this method, the "Membership.Provider" property must be an instance of "ExtendedMembershipProvider".
I have tried to set my membership provider in web.config but this stops the default Umbraco membership working (and to be honest it doesn't work anyway).
I can't believe that no-one out there hasn't had the same problem / request to get this working so I'm hoping that this reaches someone who has?!
Can anyone help?
Many thanks,
Rick
Did you have any luck implementing this? I'm looking for something like this.
is working on a reply...