Forums

Join
bbPress Support ForumsTroubleshootinghow do I make it so there is no email sending the password at register

Info

how do I make it so there is no email sending the password at register

  1. You see, I have no SMTP server (or what ever is required to email the password), so the registration email will not send. This is a problem because then no one can register (and get their password)

    In bix I just printed the password (directly from the function that sends the password) to the top of the registration page (after submitting the details). I have not since been able to do this in desmond, and thus can only add users by the admin-add-user plugin.

    Can anyone help me?

  2. This thread is related:
    http://bbpress.org/forums/topic/82?replies=8#post-349

    Looks like 3 days ago member:pravin was trying to see if this would work with .81. Maybe you can post in that thread or contact that member?

  3. i don't quite get what the 'fix' in that thread does.

  4. That fix removes the function that emails the username and password, and displays it on screen instead. If you look at the patches, the lines with a - in front are removed, and the lines with the + are added.

  5. Argh! Ok, I tried it but on the first one (bb-includes/registration_functions.php) Gedit could not find the

    bb_send_pass( $user_id, $password );

    phrase so I could not change it to

    #bb_send_pass( $user_id, $password );

    ...all other things worked fine in what was found...

  6. ok...i have kinda worked out my own fix that's a lot messier than pravins...just printing from the send mail function.

    The password works and yeah...

    I have the password printed at the top of the page but that's ok..:P

  7. #master501 I'll waiting for your fix. I had the sme problem.

  8. This thread is pretty old. I doubt master501 is coming back around. Maybe you should start a new thread and ask for help there.

  9. http://pravin.insanitybegins.com/articles/running-bbpress-on-sourceforge

    I also believe there is code on the WordPress side that uses 3rd party mailers like gmail or yahoo to send passwords. This could be easily adapted to bbPress as a plugin.

  10. Here is the WordPress plugin:
    http://www.shiftthis.net/wordpress-swift-smtp-plugin/

  11. @chrishajer

    Thanks for that... I've been meaning to look that up, but looks like you did it for me =)

  12. That plugin didn't work quite right for me, but I was able to hack together my own hard-coded version for both bbpress and wordpress.

    Thanks!

  13. Any progress here?

  14. This topic is closed