November 2007 - Posts

1
Comments

Storing the UserID instead of the UserName in the User.Identity.Name Object when using the Login Control and MemberShip API by scott@elbandit.co.uk

The problem I had wiith using the Membership API and the login Control was that by default after logging in the User.Identity.Name is set to the username that users logon with, and this is usually a string value i.e. their email address or username. I...
More Posts