From c1f1b05fa82c94895f5dadc3a81fd3e7314335a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Sun, 1 Jan 2023 22:08:10 +0100 Subject: [PATCH] chore: add data privacy notice --- views/settings.tpl.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/views/settings.tpl.html b/views/settings.tpl.html index bbe6dd4..26ec1ea 100644 --- a/views/settings.tpl.html +++ b/views/settings.tpl.html @@ -685,7 +685,7 @@ By default, this Wakapi instance will only store historical coding activity for {{ .DataRetentionMonths }} months. However, if you want to support the project, you can opt for a paid subscription for {{ .SubscriptionPrice }} / month to get unlimited history with no restrictions. You can cancel your subscription at any times!
- Read more about the idea of adding paid subscriptions to Wakapi here. + Read more about the idea of adding paid subscriptions to Wakapi here. If you are having any issues related to subscriptions, please contact us at {{ .SupportContact }}.

@@ -693,14 +693,16 @@ {{ if not .User.HasActiveSubscription }} How it works - Without a subscription, your coding activity older than {{ .DataRetentionMonths }} months will get deleted by a routine that is run every day. - If you do have an active subscription at the time of checking, your data is kept.
- In other words, for every point in time X, where you do not currently have an active subscription, all data older than X - {{ .DataRetentionMonths }} months gets dropped. -
+ Without a subscription, your coding activity older than {{ .DataRetentionMonths }} months will get deleted by a routine that is run every day. + If you do have an active subscription at the time of checking, your data is kept.
+ In other words, for every point in time X, where you do not currently have an active subscription, all data older than X - {{ .DataRetentionMonths }} months gets dropped. +
Please note - If you just purchased a subscription, it might take a moment until it's active. Try refresh this page in a minute. Otherwise, please contact us!. + If you just purchased a subscription, it might take a moment until it's active. Try refresh this page in a minute. Otherwise, please contact us! + By purchasing a subscription, you agree that your e-mail address, plus all information optionally passed as billing details, will be processed by Stripe, according to their privacy policy.
+ {{ end }} {{ if not .UserFirstData.IsZero }}