Changeset 916 for trunk/Modules/User/UserModel.php
- Timestamp:
- Dec 7, 2021, 11:08:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/UserModel.php
r908 r916 45 45 } 46 46 47 // TODO: Make User class more general without dependencies toSystem, Mail, Log47 // TODO: Make User class more general without dependencies on System, Mail, Log 48 48 49 49 class User extends Model … … 418 418 $Row['Id'].'&H='.$Row['Password'].'&P='.$NewPassword.'">tento odkaz</a>.'."\n<br />". 419 419 "Po přihlášení si prosím změňte heslo na nové.\n\n<br><br>Na tento email neodpovídejte.", 'text/html'); 420 print_r($Mail); 420 421 $Mail->Send(); 421 422
Note:
See TracChangeset
for help on using the changeset viewer.