The MU forums have moved to WordPress.org

Admin Add Users/Create Passwords without Sending Email (18 posts)

  1. awarner20
    Member
    Posted 15 years ago #

    Is there any user management plugin which allows me, as an admin, to assign usernames and passwords, and to add the newly assigned users into my private blog, all within my own control? All without sending the user an email?

    I understand I need unique email addresses for each user.

    Any thoughts or advice is greatly appreciated.

  2. DeannaS
    Member
    Posted 15 years ago #

    The function wp_new_user_notification is pluggable, which means that you could write a plugin that handles it the way you want it handled (ie - doesn't send email to the user) - and the system will use your version instead of the built-in version.

  3. awarner20
    Member
    Posted 15 years ago #

    I've tried to write simple plugins before without success. Although I did just order Vladimir Prelovac's new book:
    http://www.prelovac.com/vladimir/wordpress-plugin-development-book-released

    Maybe I'll give it a shot;) I just thought a plugin may already exist that accomplishes this.

  4. awarner20
    Member
    Posted 14 years ago #

    Hi folks,

    Just wondering if, in the three months since my original post, anyone would know of an already existing plugin that would accomplish what I describe above?

  5. redsoxmaniac
    Member
    Posted 14 years ago #

    There is a premium plugin I believe which allows the user to create their own password. But in terms of how you want the process to be organized, I am not quite sure.

  6. awarner20
    Member
    Posted 14 years ago #

    Thanks redsoxmaniac,

    I'll keep looking...

  7. wpmuguru
    Member
    Posted 14 years ago #

    <?php
    function wpmu_new_user_notification() {}
    ?>
  8. awarner20
    Member
    Posted 14 years ago #

    @wpmuguru - Thanks, I'll look into that:)

    Some more info...
    Here's the premium plugin. Although it does allow username/password creation at signup, and blocks email activation email, it's focused on blog and user creation together.

    I want to create a user on an individual blog in the backend and set the username/password at time of creation...and block (or have the option to send or not) and email notifying that user.

  9. andrea_r
    Moderator
    Posted 14 years ago #

    Hey, they just rolled that into core.

  10. awarner20
    Member
    Posted 14 years ago #

    What!? Are you pulling my leg? Is it in the 2.8.1beta do you know?

  11. andrea_r
    Moderator
    Posted 14 years ago #

    Yep, just tested it. There's a checkbox when you add a user to a blog, and you can check to NOT send them a confirmation email.

  12. awarner20
    Member
    Posted 14 years ago #

    Cool!...and this includes setting a password?

    I'll just be patient until the official release then:)

  13. andrea_r
    Moderator
    Posted 14 years ago #

    Not the password part, no.

    Hrm. You'd still have to go to their user profile and reset it.

  14. awarner20
    Member
    Posted 14 years ago #

    ...not ideal, but that'll work. Thanks for letting us all know:)

  15. cafespain
    Member
    Posted 14 years ago #

    Not on the front end though, which is what the premium plugin is primarily for.

  16. awarner20
    Member
    Posted 14 years ago #

    FYI - I just upgraded to 2.8.1 and tried adding a user with the option to NOT send an email checked and the user received the email.

    I dunno if I did something wrong or if this is a bug. Can anyone else please try and confirm or deny this behavior?

  17. osynligmartin
    Member
    Posted 14 years ago #

    I get the same result as you awarner20.
    WordPress MU 2.8.4a

  18. DeannaS
    Member
    Posted 14 years ago #

    On 2.8.5.2 what happens is that it skips the ACTIVATION email, but still sends an email with the user's login information. So, users don't have to click to activate their account.

About this Topic

  • Started 15 years ago by awarner20
  • Latest reply from DeannaS