I have implemented a custom membership provider and so when I go into the members section and click on a member to edit their details I get this message:
The current MemberShip Provider does not support changing password (EnablePasswordRetrieval need to be true)
I can change the users password programatically, so I want to write my own control for administrering members. How do I go about that, having the control loaded by default when clicking on a member, as opposed to the out-of-the-box member edittor that Umbraco gives us?
Temporary solution was to simply overrite the /umbraco/members/editMembers.aspx page with my own. When called, it takes the members username as a url param called "id" so I can do everything I need from that. However I am sure there must be a neater solution...
Custom "Edit Member" user control
Hi all,
I have implemented a custom membership provider and so when I go into the members section and click on a member to edit their details I get this message:
The current MemberShip Provider does not support changing password (EnablePasswordRetrieval need to be true)
I can change the users password programatically, so I want to write my own control for administrering members. How do I go about that, having the control loaded by default when clicking on a member, as opposed to the out-of-the-box member edittor that Umbraco gives us?
Thanks,
Max.
Temporary solution was to simply overrite the /umbraco/members/editMembers.aspx page with my own. When called, it takes the members username as a url param called "id" so I can do everything I need from that. However I am sure there must be a neater solution...
is working on a reply...