• Hi,
    I needed a Newsletter plugin able to send to my users a letter including various things for instance their password.
    I haven’t found any placeholder doing that with ALO.
    Did I miss something ?
    Well, if there is no way to do that now, this could be a suggestion for the future versions,
    Thanks for this plugin anyway,
    :o)

    https://ww.wp.xz.cn/plugins/alo-easymail/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eventualo

    (@eventualo)

    That placeholder is not possible in a WP standard installation, because WP stores encrypted passwords and it’s not possible to have the decrypted orignal password (WP uses a one-way encryption based on MD5 algorithm).
    You should write a bit of code to hook WP password routines in order to to use a two-way encryption and retrieve the decrypted original password, and include it in your newsletters.

    Thread Starter minutepapillon

    (@minutepapillon)

    Thanks Eventualo !

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[password] placeholder ?’ is closed to new replies.