validate csv info
This commit is contained in:
@ -914,6 +914,10 @@ namespace EduNetworkBuilder
|
||||
{
|
||||
return ValidateString(password, AllowedUsernameCharacters);
|
||||
}
|
||||
public static bool ValidateFullName(string password)
|
||||
{
|
||||
return ValidateString(password, AllowedUsernameCharacters + " ");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user