bbPress

Simple, Fast, Elegant

bbPress support forums » Requests and Feedback

Print out password instead of through email

(4 posts)
  • Started 6 months ago by itissue
  • Latest reply from 12thharmonic
  1. itissue
    Member

    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

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

    Posted 6 months ago #
  3. itissue
    Member

    Thanks so much! That worked wonderfully!

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

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.