Info
- 4 posts
- 3 voices
- Started 4 years ago by itissue
- Latest reply from 12thharmonic
Print out password instead of through email
-
- Posted 4 years ago #
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 4 years ago #
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 toregister-success.phpof template:
<?php global $STP_password; if ($STP_password) echo "<p>Your password is: $STP_password</p>"; ?>Activate plugin and test.
-
- Posted 4 years ago #
Thanks so much! That worked wonderfully!
-
- Posted 3 years ago #
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.
-
You must log in to post.