215216217218219220221222
return userData; } private void throwUserRegistrationExceptionIfAccountCreationIsDisabled(MetaProjectManager metaProjectManager) { if(!metaProjectManager.allowsCreateUser()) { throw new UserRegistrationException("Account creation is disabled"); } }