Password request form has a few bugs...
Status: Inactive
Brought to you by:
tenney
Just a few suggestions that I ran accross when I was getting this script setup:
After requesting that a password be emailed, the email address showed as the admin address on the next page is hardcoded to emailme@here.com, instead of using the $admin or other pre-set variable.
In user when you send a password reminder it is hard coded to send it to tenney, it worked correctly for me when I changed it to 'To: $row[11]'
Also in the emails sent, the web page address ends up as http://http://www.site.name if you put a full url in the $address variable at the begining of the file, removing http:// further down in the code where the address gets printed cleared this up.
Thanks for the great product,