Forums

Join
bbPress Support ForumsRequests and FeedbackPrint out password instead of through email

Info

Print out password instead of through email

  1. Is there a way to print out the password after someone registers instead of sending an email? My web host won't allow sending emails through web pages. I looked at topics already written but I was unable to implement the code because I have version 8.3. If anyone can give me the code I have to add or modify, that would be great.

    Thanks,
    Sue

  2. I remember there is a post about this. Anyway, I made one.

    Put this in plugin folder: http://bbpress.pastebin.com/f271761bf , use any filename you like
    And this to register-success.php of template:

    <?php
    global $STP_password;
    if ($STP_password)
        echo "<p>Your password is: $STP_password</p>";
    ?>

    Activate plugin and test.

  3. Thanks so much! That worked wonderfully!

  4. Untill a fix comes down for the nagging email issue, this works a treat!
    Thank you for limiting me to a minor anurism!

    Now I can consider going live soon.

  5. You must log in to post.