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 :(
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
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
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.
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
If you build a membership provider that is compatible with .Net 4.0, then it's compatible with Umbraco 4.7
is working on a reply...