Changeset 908 for trunk/Modules/User/UserModel.php
- Timestamp:
- May 1, 2021, 10:01:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/UserModel.php
r900 r908 179 179 180 180 // Send activation mail to user email 181 $ServerURL = 'http ://'.$this->System->Config['Web']['Host'].$this->System->Config['Web']['RootFolder'];181 $ServerURL = 'https://'.$this->System->Config['Web']['Host'].$this->System->Config['Web']['RootFolder']; 182 182 $Mail = new Mail(); 183 183 $Mail->Subject = 'Registrace nového účtu'; … … 407 407 $NewPassword = substr(sha1(strtoupper($Row['Login'])), 0, 7); 408 408 409 $ServerURL = 'http ://'.$this->System->Config['Web']['Host'].$this->System->Config['Web']['RootFolder'];409 $ServerURL = 'https://'.$this->System->Config['Web']['Host'].$this->System->Config['Web']['RootFolder']; 410 410 $Mail = new Mail(); 411 411 $Mail->Subject = 'Obnova hesla';
Note:
See TracChangeset
for help on using the changeset viewer.