MT - fix up references to empty/default domain

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8179 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-02-05 12:30:12 +00:00
parent 62ea8324c6
commit 5357a2313a
2 changed files with 2 additions and 2 deletions

View File

@@ -864,7 +864,7 @@ public class CreateUserWizard extends BaseWizardBean
protected void checkTenantUserName()
{
String currentDomain = tenantService.getCurrentUserDomain();
if (currentDomain != null)
if (! currentDomain.equals(TenantService.DEFAULT_DOMAIN))
{
if (! tenantService.isTenantUser(this.userName))
{