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

Wrong url in emails #50

Closed
rgroothedde opened this issue Aug 11, 2017 · 3 comments
Closed

Wrong url in emails #50

rgroothedde opened this issue Aug 11, 2017 · 3 comments
Assignees
Labels

Comments

@rgroothedde
Copy link

After upgrading the docker image to version 1.6.1.1, all links in the emails do redirect to localhost instead of the domain specified in the URL environment variable.

@tannerntannern
Copy link

I'm having the same issue. I set the URL env variable to passbolt.localhost, but the links in the emails show up as http://localhost.

In addition, if I use a full URL (e.g. https://passbolt.localhost:443), I get the following error when trying to startup the docker container:

sed: -e expression #1, char 24: unknown option to `s'

@dlen dlen self-assigned this Aug 14, 2017
@dlen dlen added the bug label Aug 14, 2017
@dlen
Copy link
Member

dlen commented Aug 14, 2017

Hi!

Thanks guys for your feedback. There is a bug indeed with the search and replace for the fullbaseurl param. It's kind of regression introduced when trying to drop the usage of default hostname "example.com" that was introducing problems for some users.

The bug is identified and it's fixed locally it will be pushed ASAP.

@tannerntannern
Copy link

Thanks for looking into this so quickly. I love the product by the way.

@dlen dlen closed this as completed in 765683b Aug 16, 2017
dlen added a commit that referenced this issue Aug 16, 2017
[1.6.2](v1.6.1+1...v1.6.2) - 2017-08-16

Added

- PASSBOLT-2295: Added environment variable DB_PORT for non standard database ports. [#43](#43)
- PASSBOLT-2321: Upgraded passbolt container to latest stable alpine (3.6)

Fixed
- PASSBOLT-2319: Fullbaseurl parameter was not changing when specifying URL [#50](#50)
- PASSBOLT-2320: TLS value on email.php should not be quoted PR[#53](#53)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants