Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Commit

Permalink
Update UserAccountValidation.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
swoog committed Mar 8, 2017
1 parent b4225c0 commit d140b05
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -78,7 +78,7 @@ public static bool IsValidUsernameChar(char c)
{
if (service.UsernameExists(account.Tenant, value))
{
Tracing.Verbose("[UserAccountValidation.EmailMustNotAlreadyExist] validation failed: {0}, {1}, {2}", account.Tenant, account.Username, value);
Tracing.Verbose("[UserAccountValidation.UsernameMustNotAlreadyExist] validation failed: {0}, {1}, {2}", account.Tenant, account.Username, value);
return new ValidationResult(service.GetValidationMessage(MembershipRebootConstants.ValidationMessages.UsernameAlreadyInUse));
}
Expand Down

0 comments on commit d140b05

Please sign in to comment.