mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #890] Invitation and other mails redirect to localhost #632
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#632
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @christophedumont5 on GitHub (Mar 3, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/890
When we receive this email :
This email is to notify you that xxx@xxx has accepted your invitation to join XXXX.
Please log in to the bitwarden_rs server and confirm them from the organization management page.
If you do not wish to confirm this user, you can also remove them from the organization on the same page.
and we click the url generated is https://localhost.
I would like to generate an url like : https://www.example.com
How do i do this ?
@mprasil commented on GitHub (Mar 3, 2020):
I think you only need to set the
DOMAINcorrectly.@christophedumont5 commented on GitHub (Mar 3, 2020):
Thks, adding DOMAIN=https://www.example.com to bitwarden_rs.env solved the problem.