I'm using the ASP.NET login control and I want to get the current member after a login succeeded. I used the OnLoggedIn event in the login control, but in this event Member.GetCurrentMember() is still empty. Is there another event in which I can get the current member after login?
Login control and Member.GetCurrentMember()
Hello,
I'm using the ASP.NET login control and I want to get the current member after a login succeeded. I used the OnLoggedIn event in the login control, but in this event Member.GetCurrentMember() is still empty. Is there another event in which I can get the current member after login?
Jeroen
Please see this thread:
http://our.umbraco.org/forum/developers/api-questions/7973-MemberGetCurrentMember()-in-base
HTH,
Peter
wouldn't you just use User.Identity.Name
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.