With a clean installation of BugNET 1.5.265 on SQLEXPRESS 2008 r2 (iis 7.5) when I log out from: Admin > Application Configuration > Authentication; without making any changes.
__http://localhost/Administration/Host/Settings.aspx__
```
Server Error in '/' Application.
The email supplied is invalid.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Configuration.Provider.ProviderException: The email supplied is invalid.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ProviderException: The email supplied is invalid.]
System.Web.Providers.DefaultMembershipProvider.ValidateStatus(Int32 status) +155
System.Web.Providers.DefaultMembershipProvider.UpdateUser(MembershipUser user) +911
BugNET.Providers.MembershipProviders.ExtendedSqlMembershipProvider.UpdateUser(MembershipUser user) +19
System.Web.Security.MembershipUser.Update() +125
BugNET.UserControls.Banner.LoginStatus1_LoggingOut(Object sender, LoginCancelEventArgs e) +232
System.Web.UI.WebControls.LoginStatus.LogoutClicked(Object Source, CommandEventArgs e) +54
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +130
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3804
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
```
__http://localhost/Administration/Host/Settings.aspx__
```
Server Error in '/' Application.
The email supplied is invalid.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Configuration.Provider.ProviderException: The email supplied is invalid.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ProviderException: The email supplied is invalid.]
System.Web.Providers.DefaultMembershipProvider.ValidateStatus(Int32 status) +155
System.Web.Providers.DefaultMembershipProvider.UpdateUser(MembershipUser user) +911
BugNET.Providers.MembershipProviders.ExtendedSqlMembershipProvider.UpdateUser(MembershipUser user) +19
System.Web.Security.MembershipUser.Update() +125
BugNET.UserControls.Banner.LoginStatus1_LoggingOut(Object sender, LoginCancelEventArgs e) +232
System.Web.UI.WebControls.LoginStatus.LogoutClicked(Object Source, CommandEventArgs e) +54
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +130
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3804
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
```