Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

password reset email not using site_url #2064

Open
sparrowme opened this issue Feb 3, 2022 · 1 comment
Open

password reset email not using site_url #2064

sparrowme opened this issue Feb 3, 2022 · 1 comment

Comments

@sparrowme
Copy link

System site url is configured. Validated in database:

 28 | webhook.form_key            | --- b6abdc71254889ed11d2042f79b18f2c+|          |            | 2022-02-02 23:33:43.586245 | 2022-02-02 23:33:43.586245
    |                             |                                      |          |            |                            | 
 29 | theme.active                | --- nordic                          +|          |            | 2022-02-02 23:34:10.691352 | 2022-02-02 23:34:10.691352
    |                             |                                      |          |            |                            | 
  3 | settings.site_url           | --- https://helpdesk.myrealdomain +|          |            | 2022-02-02 20:08:34.023608 | 2022-02-02 23:50:27.520786
    |                             |                                      |          |            |                            | 
 30 | settings.site_tagline       | --- Online Website          +|          |            | 2022-02-02 23:50:27.545871 | 2022-02-02 23:50:27.545871

However, password reset email still uses default - pre-install domain.
image

Currently using docker install
Container restarted after change.
Don't know if it's related, but one thing I noticed is that the Site Url in admin requires the https:// when other urls do not?

@karser
Copy link
Contributor

karser commented Feb 28, 2023

I'm using helpy in docker and encountered the same issue.
If I replace site_url in /helpy/config/settings.yml and restart container it starts working as expected.

I moved settings.yml out of docker container and bind-volumed it:

    helpy:
        image: helpy/helpy:release-2.8.0
        volumes:
            - "./settings.yml:/helpy/config/settings.yml:ro"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants