Skip to:
Content
Pages
Categories
Search
Top
Bottom

Print out password instead of through email

  • 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thanks so much! That worked wonderfully!


    12thharmonic
    Member

    @12thharmonic

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar