• Resolved argosmedia

    (@argosmedia)


    I noticed the plugin resets the password upon approval of the new user. I don’t want that, because the new users on my site have created already a password though a membership plugin (Memberpress). How can I stop the plugin from creating new passwords, and just use the ones already present in the system?

    • This topic was modified 7 years, 8 months ago by argosmedia.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author antonioeatgoat

    (@antonioeatgoat)

    Hello argosmedia,

    I am sorry again for the delay, I hope you will find this reply still helpful.

    You can just add this line in the file functions.php of your theme or child theme:

    add_filter( 'eonet_mua_avoid_password_reset', '__return_true');

    Let me know if you need more help ??

    Thread Starter argosmedia

    (@argosmedia)

    [deleted]

    • This reply was modified 7 years, 7 months ago by argosmedia.
    • This reply was modified 7 years, 7 months ago by argosmedia.
    Thread Starter argosmedia

    (@argosmedia)

    Thanks! In the mean time I had already figured out something similar by editing the source code but this is much easier ??

    Plugin Author antonioeatgoat

    (@antonioeatgoat)

    You are welcome ??

    If you like the plugin or the support, can you please spend one minute voting it?

    Thank you so much in advance ??

    Hi @antonioeatgoat – could you add this to information to the FAQ or documentation? I almost had to abandon the plugin until another user pointed me to this support topic.

    Would love to give your plugin a high rating once this vital function is made clear to new users (or even better, if it was made an option in the plugin settings)!

    • This reply was modified 7 years, 6 months ago by ahcferret.
    Plugin Author antonioeatgoat

    (@antonioeatgoat)

    Hello ahcferret,

    Honestly I was sure that this information was already in the FAQ, I am sorry, my bad.

    Anyway, as I told in the other ticket, this feature will be added as an option in the next update ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need option to NOT reset password’ is closed to new replies.