-
Notifications
You must be signed in to change notification settings - Fork 0
Home
AGBrown edited this page May 14, 2013
·
3 revisions
This is a simple repository to illustrate code techniques for MVC 4 Simple Membership. Code is provided as-is with no warranties and/or support. Use at your own risk. If your cat overheats, or computer leaves home, it's nothing to do with the author.
The only meaningful branch is currently "EmailForUserLogin" which relates to:
By following this branch from beginning to end, you can see the steps used to put in place Email as the user login identifier (instead of UserName). This illustrates the main technical steps to use a column other than UserName as the user identifier, however it does not necessarily implement best practice around email validation techniques, etc., which are all things that should be done for a live website.