Changeset 1408 in ExiteCMS for branches/PLi-Fusion/lostpassword.php
- Timestamp:
- 05/15/08 22:25:54 (4 years ago)
- File:
-
- 1 edited
-
branches/PLi-Fusion/lostpassword.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/lostpassword.php
r1124 r1408 41 41 for ($i=0;$i<=7;$i++) { $new_pass .= chr(rand(97, 122)); } 42 42 $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); 44 44 $mailbody = str_replace("[SITENAME]", $settings['sitename'], $mailbody); 45 45 $mailbody = str_replace("[SITEUSERNAME]", $settings['siteusername'], $mailbody);
Note: See TracChangeset
for help on using the changeset viewer.
