No https on password reset

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krisk
    Member
    • Dec 2015
    • 44

    No https on password reset

    I'm using version 3.9.2 on a remote server with SSL set up (https) for all incoming internet connections, including EspoCRM. When testing EspoCRM's password reset function, the change your password link sent via email is always an unsecured link (http) and therefore doesn't work. Not sure if this is a bug or I just don't have EspoCRM set up correctly.
  • yuri
    Member
    • Mar 2014
    • 8510

    #2
    check data/config.php => siteUrl
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • krisk
      Member
      • Dec 2015
      • 44

      #3
      Thanks, that took care of the problem. Changed from http to https in the siteUrl address.

      Comment

      Working...