Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    I also need this feature. Is it possible to modify the code to achieve this?

    Hi,

    the same for me!

    The same problem I think it’s mistake in plugin or bad idea. Plugin must send new password on user email or don’t change it. Please repair this problem.

    psytanium

    (@psytanium)

    yes, big mistake. Users, when approved must receive the approval email with a link to create their password. This is how WordPress works by default.

    Yeahh…. this is a complete deal breaker for me. Users now have to reset their password to gain access..

    Trying to use this with s2member. I already have the new user choosing custom password. also a deal breaker for me!

    Anyone come up with a solution?

    This code use to work for old wp installations. now it breaks parts of the admin area. (added to functions.php)
    function ignore_new_user_autopass() {
    return true;
    }

    add_filter( ‘new_user_approve_bypass_password_reset’, ‘ignore_new_user_autopass’ );

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

The topic ‘Do not send/change password’ is closed to new replies.