Avoid spaces in user names

[TODO] fix identity config
This commit is contained in:
Paul Schneider 2019-07-21 17:35:41 +02:00
commit 3700590cb7
7 changed files with 33 additions and 18 deletions

View file

@ -51,7 +51,6 @@ namespace Yavsc.Attributes.Validation
}
public override string FormatErrorMessage(string name)
{
var temp = base.FormatErrorMessage(name);
return string.Format(temp, MinimumLength, maxLen);
}