bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

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

(13 posts)
  • Started 1 year ago by master5o1
  • Latest reply from Tom C
  • This topic is not resolved
  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?

    Posted 1 year ago #
  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?

    Posted 1 year ago #
  3. i don't quite get what the 'fix' in that thread does.

    Posted 1 year ago #
  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.

    Posted 1 year ago #
  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...

    Posted 1 year ago #
  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

    Posted 1 year ago #
  7. #master501 I'll waiting for your fix. I had the sme problem.

    Posted 4 months ago #
  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.

    Posted 4 months ago #
  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.

    Posted 4 months ago #
  10. Here is the WordPress plugin:
    http://www.shiftthis.net/wordpress-swift-smtp-plugin/

    Posted 3 months ago #
  11. @chrishajer

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

    Posted 3 months ago #
  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!

    Posted 3 months ago #
  13. I have a similar problem, can you explain what you have done.

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.