user creation fix
This commit is contained in:
parent
b4402e09ae
commit
64877bccc2
1 changed files with 5 additions and 0 deletions
|
@ -1657,6 +1657,11 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
|
|
||||||
int maxLen = 19 - orgId.Length;
|
int maxLen = 19 - orgId.Length;
|
||||||
|
|
||||||
|
if (!string.IsNullOrEmpty(orgId))
|
||||||
|
{
|
||||||
|
orgId = orgId.TrimEnd(' ', '.');
|
||||||
|
}
|
||||||
|
|
||||||
// try to choose name
|
// try to choose name
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue