• Resolved juanplima

    (@juanplima)


    hello, I would like you to receive your email and password after registering the customer, but in the email configuration of the form, you do not have the option to send the password field in the email after registration.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @juanplima

    I hope you are doing well.

    Are you using manual or automatic user activation?

    The email is sent automatically after the user is active, https://monosnap.com/file/bdKR7O7hBPVeGhAKeGvziJ264QXOzu please check if the activation email is not set to “none”.

    To find more about registration: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#registration-and-login-forms

    Best Regards
    Patrick Freitas

    Thread Starter juanplima

    (@juanplima)

    My configuration is for automatic activation. I would like to send your access data such as username and password in the activation email, but you do not have the password metadata, only the fields below. I would like to know if there is a way to insert the password that the user registered in the activation email.

    Below is the list that appears for me to insert in the email, see that the user’s password does not appear:
    Form Name – Use the {form_name} merge tag
    All Form Fields – {all_fields}
    All Non Empty Fields – {all_non_empty_fields}
    Submission ID – {submission_id}
    User IP Address – {user_ip}
    Date (mm/dd/yyyy) – {date_mdy}
    Date (dd/mm/yyyy) – {date_dmy}
    Embed Post/Page ID – {embed_id}
    Embed Post/Page Title – {embed_title}
    Embed URL – {embed_url}
    HTTP User Agent – {user_agent}
    HTTP Refer URL – {refer_url}
    User ID – {user_id}
    User Display Name – {user_name}
    User Email – {user_email}
    User Login – {user_login}
    Custom Value – {custom_value}
    Query Parameter – {query} – Please ignore this tag as it serves no purpose for emails and will be removed from these options shortly.

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @juanplima

    We don’t have a macro for it because sending the password as plain text in the email is not a safe way.

    When the user is registered to the website two emails will be sent, the confirmation and the login details including a key to reset the password if necessary https://monosnap.com/file/sphUt3d7qtvfP36oA97NFBFXwKBnWe

    But sending any password as plain text on email body is never a good security practice.

    Best Regards
    Patrick Freitas

    Thread Starter juanplima

    (@juanplima)

    alright, thank you very much for the guidance

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Email password’ is closed to new replies.