• Hello when I activate the user from “all users” page, the email of confirmation is sent correct.
    But when I activate user inside the user profile I does not send confirmation email with the password.
    Im using the last version of the plugin

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Yes, this is in fact a bug in the current version of the plugin. It stems from a change to the wpmem_activate_user() function, which is not an official part of the user API. That function has an optional argument to toggle whether the notification is sent or not. The activation from the user profile screen wasn’t properly defining that argument.

    I’ll be pushing out an update to fix this, but in the meantime, you can replace the /includes/class-wp-members-user-profile.php with the version here:
    https://gist.github.com/rocketgeek/adc83ccdd741bc06852ee1da0f28a406

Viewing 1 replies (of 1 total)

The topic ‘USER NOT ACTIVATED’ is closed to new replies.