Skip to content

Commit

Permalink
print to log (console) the activationUrl (for debugging...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohad Redlich committed Mar 6, 2017
1 parent e7223cc commit e21275f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,15 @@ private void internalCreateAccount(
}


log.info("Manager: sending registration email to " + email + "...");


String activationUrl = serverPath + FlowsConstatns.ACTIVATE_ACCOUNT_ENDPOINT +
"?" +
// "a=" + FlowsConstatns.MailMessage.OAUTH_ACTIVATE_ACCOUNT + "&" +
"uts=" + cryptoService.createEncodedContent( new Date(System.currentTimeMillis()), email);



log.info("Manager: sending registration email to " + email + "; activationUrl: " + activationUrl);


try
{
sendMail(email,
Expand Down

0 comments on commit e21275f

Please sign in to comment.