CampbellNash / CERIO001.dev.CampbellNash.com

Campbell Nash CERICO Development
http://cerio-live.azurewebsites.net/
2 stars 0 forks source link

Logout button can cause validation on login screen #27

Closed CampbellNash closed 11 years ago

CampbellNash commented 11 years ago

If user uses the back button and gets into a state where they are logged in but displaying the login screen the logout button will trigger validation which could be confusing for the user.

CampbellNash commented 11 years ago

Added CausesValidation="false" to the logout button, also updated the login control to ensure that the login panel is hidden when a user is logged in and visit's the home page (default.aspx)