mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
split usermanagement adduser into simpler per case methods
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user