• I’m hoping there’s a kind soul out there who can help me out. I have a membership site where I have to approve people and then enter them as new users manually. The problem is that I’m always forgetting to check the box to send them their password. Is there any way to get this box to be checked by default or for the email to send automatically?

    I looked at the new_user.php file and am thinking I might just be able to alter this line, but don’t want to break anything:

    ( array( ‘user_login’ => ‘login’, ‘first_name’ => ‘firstname’, ‘last_name’ => ‘lastname’,
    ’email’ => ’email’, ‘url’ => ‘uri’, ‘role’ => ‘role’, ‘send_password’ => ‘send_password’, ‘noconfirmation’ => ‘ignore_pass’ ) as $post_field => $var )

    I know it’s a silly request, but any help would be appreciated. ?? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi LifeLibertyVA,

    Have you solved this issue yet? I have the same question, but can’t find out how to solve this issue.

    Thread Starter LifeLibertyVA

    (@lifelibertyva)

    Sorry, Remko-Creative – sadly this is one of those issues that got sent to the back burner and never revisited. I couldn’t figure it out. Perhaps there is no way to do this and that’s why no one has offered a reply. Best of luck! Let us know if you find anything. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I get "Send this password to the new user by email" checked by default?’ is closed to new replies.