USANet Creations
Users Support and Discussion Areas

NOTE: Always state the software package you have
when asking questions so you will get the correct answer,
as it does make a big difference in the answers you'll get!

| Main Site Home Page | Forums Home Page |

Subject: "email admin when user request lost password"   Previous Topic | Next Topic
nonePrinter-friendly copy    
Conferences MakeBid Auction users addons and fixes Topic #316
Reading page 1 of 1 pages
Tropical1
Charter Member
257 posts, Rate this user
Apr-07-09, 01:57 PM (CST)
Click to add this user to your buddy list  
"email admin when user request lost password"
 
How do you make so that the admin get's an email when a user requests lost password.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Richardadmin click here to view user rating
Charter Member
1987 posts, 10 feedbacks, 19 points
Apr-07-09, 03:48 PM (CST)
Click to view user profileClick to add this user to your buddy list  
1. "RE: email admin when user request lost password"
 
   In the lost.pl file under the sub lostpass2 {

find these line:

&sendemail($checkemail, $config{'admin_address'}, "Auction Password Request", "Our system has received a request for your password from IP address $form{'IP'} due to it being lost.\n\nYour password is: $password \r\n\n Thanks for using $config{'sitename'}!");


Now paste this new line just under the lines above:

&sendemail($config{'admin_address'}, $config{'admin_address'}, "Auction Password Request", "Our system has received a request for a lost password for user $form{'ALIAS'} their is: IP address $form{'IP'}\n\n Their password is: $password \r\n\n Thanks for using $config{'sitename'}!");


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote


Conferences | Topics | Previous Topic | Next Topic
Rate this topic Rate this topic