split usermanagement adduser into simpler per case methods

This commit is contained in:
UbitUmarov
2020-11-26 12:14:00 +00:00
parent fe33ace3b2
commit 9d0d82ab6e
10 changed files with 72 additions and 107 deletions

View File

@@ -406,7 +406,7 @@ namespace OpenSim.Services.UserAccountService
else
break;
}
if (String.IsNullOrWhiteSpace(password))
if (string.IsNullOrWhiteSpace(password))
{
MainConsole.Instance.Output("create user aborted");
return;