Avoid spaces in user names
[TODO] fix identity config
This commit is contained in:
parent
105f8c70c9
commit
3700590cb7
7 changed files with 33 additions and 18 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue