Skip to content

Commit

Permalink
TODO added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Sep 17, 2015
1 parent 77b3349 commit b4362cd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -330,6 +330,7 @@ private void registerUser(Document doc, UserRegistrationBean userRegBean) throws

addUserToGroups(user);

// TODO: getUserManager().existsAlias(userRegBean.getEmail())
getRealm().getIdentityManager().getUserManager().createAlias(userRegBean.getEmail(), user.getID());

Element ncE = (Element) rootElement.appendChild(doc.createElementNS(NAMESPACE, "new-customer-registered"));
Expand Down

0 comments on commit b4362cd

Please sign in to comment.