Hello
I get the following error, 'GetUserName' is not a member of 'System.Security.Principal.IIdentity', my Manage.aspx file.
GetUserName does not appear in Manage.aspx.vb (that has GetUserId), but it is in Microsoft.AspNet.Identity.Core.xml, and Microsoft.AspNet.Identity.Owin.xml.
GetUserId in my Manage.aspx.vb file, is also in Microsoft.AspNet.Identity.Owin.xml, Microsoft.AspNet.Identity.Core.xml, OpenAuthProviders.ascx.vb, RegisterExternalLogin.aspx.vb, and there is a GetUserIdAsync in Microsoft.AspNet.IdentityFramework.xml.
Both Manage.aspx and Manage.aspx.vb refer to third-party logins (from Google, etc), but I am not sure if GetUserName and GetUserId are supposed to correlate in some way, or is this difference in 'GetUser' an inconsistency? Should they be the same?
At the moment, I have not set up third-party logins and would not know how to modify these files.
I have downloaded the latest version, (2 ...

Go to the complete details ...