Copied to clipboard

Flag this post as spam?

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


  • Eric Herlitz 97 posts 129 karma points
    Mar 28, 2011 @ 09:38
    Eric Herlitz
    0

    Custom membership provider for Umbraco 4.7

    Hi

    I've been seaching up and down the Internet for quite some time now seaching after information and instructions how to build a custom membership provider for Umbraco 4.6 or 4.7.

    Unfortunately the recommended builtin .NET version wont do for my project since i need a bit more advanced membership management. 

     

    I'm planning to use an external SQL server and if anyone have some examples to send It'd be highly appreciated!

    I've done this in the past using the old way to do this - Member.GetMemberFromLoginAndPassword(user,pass), but this method is clearly not wanted by the umbraco team anymore :(

    Thanks

  • Daniel Bardi 927 posts 2562 karma points
    Mar 28, 2011 @ 09:43
    Daniel Bardi
    0

    Umbraco's uses standard .Net Membership.

    You can edit the web.config and umbracoSettings.config to change the membership provider to your own custom provider.

  • Eric Herlitz 97 posts 129 karma points
    Mar 28, 2011 @ 10:11
    Eric Herlitz
    0

    True, already did that and tried the builtin .net version, but I cant find any documentation regarding how you build an own compatible with umbraco 4.7

  • Daniel Bardi 927 posts 2562 karma points
    Mar 28, 2011 @ 10:15
    Daniel Bardi
    0

    If you build a membership provider that is compatible with .Net 4.0, then it's compatible with Umbraco 4.7

Please Sign in or register to post replies

Write your reply to:

Draft