Changeset 1408 in ExiteCMS for branches/PLi-Fusion/lostpassword.php


Ignore:
Timestamp:
05/15/08 22:25:54 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1342:1407 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/lostpassword.php

    r1124 r1408  
    4141            for ($i=0;$i<=7;$i++) { $new_pass .= chr(rand(97, 122)); } 
    4242            $mailbody = str_replace("[NEW_PASS]", $new_pass, $locale['411']); 
    43             $mailbody = str_replace("[USER_NAME]", $data['user_name'], $mailbody); 
     43            $mailbody = str_replace("[USERNAME]", $data['user_name'], $mailbody); 
    4444            $mailbody = str_replace("[SITENAME]", $settings['sitename'], $mailbody); 
    4545            $mailbody = str_replace("[SITEUSERNAME]", $settings['siteusername'], $mailbody); 
Note: See TracChangeset for help on using the changeset viewer.