|
|
customcode author 9/19/2008 |
|
How are the email activation links generated? |
|
|
|
Sergey Kornilov admin 9/21/2008 |
|
Open c:\program files\asprunnerpro6.0\source\register.asp in text editor and find the following code snippet which generates activation link: |
|
|
|
customcode author 9/22/2008 |
Open c:\program files\asprunnerpro6.0\source\register.asp in text editor and find the following code snippet which generates activation link:
|
|
|
|
Sergey Kornilov admin 9/22/2008 |
|
You need to clarify what "server.URLEncode does not appear to be working" means. |
|
|
|
customcode author 9/23/2008 |
|
It does not encode it the whole url is blank in the email. If I comment out the server.URLEncode(base64_encode(values("UserName")))& "&code=" and put something else in its place such as a string it will email the the string. |
|
|
|
Sergey Kornilov admin 9/23/2008 |
|
Did you replace values("UserName") with your own value you need to encode? |
|