You are currently viewing the BOOK: Beginning ASP.NET 4.5 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I was able to create the username Manager and added to the role of Managers. However, I cannot login to my website using the username Manager and the password of Manager##123. I checked this Manager account in the WSAT and I can see the account with an email address associate to it. When I try to get a new password sent to me by entering the username Manager and click Submit, I got an error " We were unable to access your information. Please try again. All other users that I've created and linked to my email account worked, except this Manager username in this exercise.
Are you sure you WSAT and actual web site look at the same database? Do you see the Manager account in your database? And have you tried recreating the account or resetting its password?
Yes, deleting the existing account, Manager, and recreating it with the same password from the Try It Out exercise worked. I should have tried that first before posting here. Thank you for all the help.