Replies: 1 comment 1 reply
-
|
You either use the legal module which embeds the information in Weblate or use LEGAL_URL / PRIVACY_URL to add footer links to external documents. We should really clarify the documentation on this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We've set up Weblate via Docker at work as a trial, to see if we can use it for our needs.
In order to comply with GDPR, we need users to accept our organisation's privacy policy. To that end, we've set the
WEBLATE_PRIVACY_URLenvironment variable.The docs suggest that this would be relevant in our case:
We have also set up
WEBLATE_LEGAL_INTEGRATION: tos-confirm.However:
WEBLATE_PRIVACY_URLWEBLATE_PRIVACY_URL, but instead shows a message saying that we've not provided the legal texts (which is correct but intended):As we have set
WEBLATE_LEGAL_INTEGRATION: tos-confirmandWEBLATE_PRIVACY_URL: https:/somedomain.com/privacy-policy, I'd assume that the user must tick the checkbox for the privacy policy and that there's a link to the provided URL.Are we misunderstanding how it's supposed to work?
Beta Was this translation helpful? Give feedback.
All reactions