Need to get the member id from Umbraco thru the membership provider, is this possible out of the box?
Or must I add a custom property to membertype and then use an eventhandler to set that value to my custom property, and the map that property to my profile class?
Nope thats not what I'm looking for, but thanks anyway.
I'm have bitten the bullet and started to create a complete login, profile and role controls for umbraco, as asp.net controls is not in my flavor for a public site and wanted to do it the membership way, and not umbracos own api.
Nevermind, found the way to do it with membership. Needed to save that value back to an umbraco document.
Umbraco memberid thru membership, possible?
Need to get the member id from Umbraco thru the membership provider, is this possible out of the box?
Or must I add a custom property to membertype and then use an eventhandler to set that value to my custom property, and the map that property to my profile class?
/Thanks
Anders
Hi Anders,
You might try something like this:
Hope that's what you're looking for.
David
Hi David,
Nope thats not what I'm looking for, but thanks anyway.
I'm have bitten the bullet and started to create a complete login, profile and role controls for umbraco, as asp.net controls is not in my flavor for a public site and wanted to do it the membership way, and not umbracos own api.
Nevermind, found the way to do it with membership. Needed to save that value back to an umbraco document.
Hi Anders,
Sorry I couldn't help...
But we should talk because I, too, am trying to create some membership controls for Umbraco. See my forum question:
http://our.umbraco.org/forum/developers/api-questions/10067-ASPNet-membership-provider-in-Umbraco
Cheers,
David
There's an article on the wiki for the membership provider: http://our.umbraco.org/wiki/how-tos/membership-providers
is working on a reply...