Announcement

Collapse
No announcement yet.

No https on password reset

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #2
    check data/config.php => siteUrl

    Comment


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

      Comment

      Working...
      X