Ignore:
Timestamp:
May 1, 2021, 10:01:34 AM (3 years ago)
Author:
chronos
Message:
  • Modified: http links replaced by https.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/UserModel.php

    r900 r908  
    179179
    180180            // 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'];
    182182            $Mail = new Mail();
    183183            $Mail->Subject = 'Registrace nového účtu';
     
    407407      $NewPassword = substr(sha1(strtoupper($Row['Login'])), 0, 7);
    408408
    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'];
    410410      $Mail = new Mail();
    411411      $Mail->Subject = 'Obnova hesla';
Note: See TracChangeset for help on using the changeset viewer.