Check if user is authenticated, or get current user's name
I need to do one or ther other of these in Umbraco 6 - can anyone help? I've tried all the multiple versions of this I can find around here, but nothing's working.
I just need to know if a user's logged in through Umbraco or not... version 6.
Check if user is authenticated, or get current user's name
I need to do one or ther other of these in Umbraco 6 - can anyone help? I've tried all the multiple versions of this I can find around here, but nothing's working.
I just need to know if a user's logged in through Umbraco or not... version 6.
thanks..
Sure have a look at http://www.charlesafford.com/umbraco-membership-provider.aspx
Use the .net membership methods and not the umbraco API ones :)
Have a look for checking login for .net
Charlie :)
Ok, that's obvious, but I already know how to do that so it's going to be simple - thanks!
is working on a reply...