I am looking through the template code, specifically in the Account directory and find myself wondering if the 'Username' field in the Identity is used anymore. It appears that the template code has moved over to using Email as the users identity for login
purposes.
The Wingtip Toys demo assigns both Username and Email to the same string. I see that the Email address is used throughout the tutorial as the login user supplied string. So I am wondering if I need to maintain the Username string for any specific purpose?
Thanks
Kevin
Go to the complete details ...