Github user andrea-patricelli commented on a diff in the pull request: https://github.com/apache/syncope/pull/27#discussion_r69685018 --- Diff: netbeans-plugin/optin.html --- @@ -0,0 +1,20 @@ +<html> <body> <h3>Hi ${user.plainAttrMap["firstname"].values[0]} ${user.plainAttrMap["surname"].values[0]}, welcome to Syncope!</h3> <p> Your username is ${user.username}.<br/> Your email address is ${user.plainAttrMap["email"].values[0]}. Your email address inside a <a href="http://localhost/?email=${user.plainAttrMap["email"].values[0].replace('@', '%40')}">link</a>. </p> <p> This message was sent to the following recipients: <ul> --- End diff -- Remove this file, it is unseful. You have to take templates from Syncope.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---