Not sure if bug or me doing something funny.
On if (this.ValidatePassword && !IsValidPassword(this.UserName.ToString(), password.ToString())) the UserName is null although it was entered. Whould it not be userName.ToString() passed into the function ?
Comments: ** Comment from web user: dahall **
On if (this.ValidatePassword && !IsValidPassword(this.UserName.ToString(), password.ToString())) the UserName is null although it was entered. Whould it not be userName.ToString() passed into the function ?
Comments: ** Comment from web user: dahall **
Attached is a zip file with all the new compiled assemblies that contains the fix you're suggesting. Will you try it against your old code and see if the exception is still thrown?