About:
=====
This mod sends an email containing account info to the member who is activating his membership using the activation link within activation email.
If your forum does not use encrypted passwords, passwords will also be sent.
Download:
========
http://board.ebizbd.net/forum_posts.asp?TID=172
Demo:
====
Register at http://board.ebizbd.net and after activating your membership, you will get the activation email
Instructions:
=========
1. Unpack the zip file and upload everything in the 'files' folder in the root of your forum directory.
2. Open activate.asp and around line 128 [before following lines]
'Reset Server Objects Call closeDatabase()
'If active users is enabled update the active users application array If blnActiveUsers Then 'Call active users function saryActiveUsers = activeUsers(strTxtActivateAccount, "", "", 0) End If |
Add this line:
%><!--#include file="files/inc/inc_activate_email.asp" --><% |
3. Open activate.asp and after line 3 [after following lines]
<!--#include file="common.asp" --> |
Add this line:
<!--#include file="functions\functions_send_mail.asp" --> |
And you are done!