Copied to clipboard

Flag this post as spam?

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


  • Marcus Maunula 229 posts 386 karma points
    May 25, 2016 @ 14:52
    Marcus Maunula
    0

    Changes to Umbraco Membership from 7.3.1 to 7.4.x?

    http://24days.in/umbraco/2015/extending-membership/

    This example does not seem to work out of the box in 7.4.3. It seems the Key is not present when you need to look at the detail page.

    Also. Is there some way to get Umbraco.MemberService to use your custom GetAll function? I only get empty results.

  • Bill Haggerty 43 posts 177 karma points
    May 25, 2016 @ 17:43
    Bill Haggerty
    1

    I suggest a better solution is to look at

    https://github.com/Shazwazza/UmbracoIdentity

    What has worked best for me is to fork this, so that it is a project in / along with the Umbraco solution. I am currently not using the Identity way of doing roles, I am using the older way of doing roles.

    But with this package, it seems like almost complete customization can be obtained.

  • Marcus Maunula 229 posts 386 karma points
    May 25, 2016 @ 19:17
    Marcus Maunula
    0

    Hi Bill,

    I thought about that but in order to use a different Store than the default you need to configure quite a bit. Maybe once I get to understand IdentityServer I will dare to do this.

    If someone would make a complete example on how to use this with your own custom membership/store, I would be glad :).

    Someone mentioned a CodeGarden video but I never found one.

Please Sign in or register to post replies

Write your reply to:

Draft