Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Max Mumford 266 posts 293 karma points
    Aug 20, 2012 @ 16:58
    Max Mumford
    0

    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.

  • Max Mumford 266 posts 293 karma points
    Aug 21, 2012 @ 10:36
    Max Mumford
    0

    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...

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies