Help sending email containing user credentials

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lcampos
    Junior Member
    • Nov 2018
    • 5

    Help sending email containing user credentials

    Hello
    How can I enable the default option to send an email containing the user credentials (user and password) on the act of registration? And also, is it possible to send the same email to an already registrered user that haven't received his credentials? I couldn't come up with a way to do this, since using {user.password} placeholder in email templates results in an encrypted hash

    Thanks in advanced
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello Lucas,
    password is not encrypted only while it is updated, email address is set and checkbox is checked.
    While saving password is hashed and after you can't see original value
    EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.

    Comment

    • lcampos
      Junior Member
      • Nov 2018
      • 5

      #3
      I see, thank you very much, but what about users created through REST API? is there a similar option?

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        If these parameters are set, yes

        Comment

        Working...