I'm trying to set up my V4 site using the .net membership functionality. I have all of the login code working fine, but when I try and use the control I get the following error:
[quote]Membership provider does not support password retrieval or reset. [/quote]
I'm using the standard umbraco membership provider.
I can get the old Macro based password recovery to work fine
Any help or pointers is greatly apreciated, I'm probably just missing something really obvious!
You're not missing anything - this method is simply not implemented in the default umbraco provider yet. We're working on it and hopefully it'll come in one of the next revisions!
.net PasswordRecovery control error
Hi,
I'm trying to set up my V4 site using the .net membership functionality. I have all of the login code working fine, but when I try and use the control I get the following error:
[quote]Membership provider does not support password retrieval or reset. [/quote]
I'm using the standard umbraco membership provider.
I can get the old Macro based password recovery to work fine
Any help or pointers is greatly apreciated, I'm probably just missing something really obvious!
You're not missing anything - this method is simply not implemented in the default umbraco provider yet. We're working on it and hopefully it'll come in one of the next revisions!
Thanks for the quick response Niels. I'll just use the old password recovery macro for the moment :)
is working on a reply...