Hi,
it seems you've finally been able to sent e-mails out [1]: I am curious, did the fix work?

About your specific question, sending the cleartext password out is not definitely a good security practice; for this reason the password value provided for creation is removed before being made available to the template engine.
You should better empower some kind of double opt-in.

Naturally you can always tweak things - by overriding some components - to do it anyway but this is complex, not documented and nevertheless discouraged.

Regards.

On 12/09/2014 11:35, Suresh Ajja wrote:


      hi,


      The cipher encryption kept is SHA1 in the syncope. on user
      creation, I need to send mail to the user with username and
      password. But the password should be cleartext.

How do I convert the below encrypted password to a clear text password.

Mail received:


      Hi $user.getAttributeMap().get("firstname").getValues().get(0)
      $user.getAttributeMap().get("surname").getValues().get(0),
      welcome to Syncope!

Your username is suresh.
Your password is 5BAA61E4C9B93F3F0682250B6CF8331B7EE68FD8.
Your email address is [email protected] <mailto:[email protected]>. Your email address inside a link <http://localhost/?email=suresh.ajja%40gmail.com>.


Thanks

Suresh

[1] http://markmail.org/message/t3yfs2eyj67yrnft

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC
http://people.apache.org/~ilgrosso/

Reply via email to