Adding gdpr statement

This commit is contained in:
Ubergeek 2019-01-15 13:41:08 +00:00
parent 528f261055
commit 0374f0a556
2 changed files with 19 additions and 2 deletions

View File

@ -30,10 +30,10 @@
<li>
<h2>Other Information</h2>
<ul>
<li>(Coming soon)</li>
<li><a href="gdpr.php">GDPR Statement</a></li>
</ul>
</li>
</ul>
</div>
<div style="clear: both;">&nbsp;</div>
</div></div></div></div>
</div></div></div></div>

17
gdpr.php Normal file
View File

@ -0,0 +1,17 @@
<?php include 'HEADER.php'; ?>
<h1 id="gdpr-statement-regarding-data-collection-data-storage-and-data-retention">GDPR Statement Regarding Data Collection, Data Storage, and Data Retention</h1>
<p>Thunix takes personal privacy seriously, and as such remains committed to being in compliance with the GDPR, which took affect on May 25th, 2018.</p>
<h1 id="what-data-we-collect-from-you">What data we collect from you</h1>
<p>Thunix collects your email address, during signup, and IPs you log into the system from, in accordance with technical requirements.</p>
<p>We also store whatever data you create or maintain in your home directory on Thunix, which may include emails to and from your Thunix account.</p>
<h1 id="how-long-do-we-retain-data-about-you">How long do we retain data about you?</h1>
<p>Your email address is retained only long enough to process you account creation request. IPs you log into from are retained for a maximum of 30 days.</p>
<h1 id="how-can-i-request-a-copy-of-my-data">How can I request a copy of my data?</h1>
<p>You can submit a request at <a href="https://thunix.cf/contact.php">contact page</a>. We will endeavor to provide you a copy of all data we store within 14 days.</p>
<h1 id="how-can-i-request-removal-of-my-information">How can I request removal of my information?</h1>
<p>You can submit a request at <a href="https://thunix.cf/contact.php">contact page</a>, and we will endeavor to remove all personal data of yours from our system within 14 days. However, this will include removal of your user account from our system as well, which will prevent access to most of the services provided by Thunix.</p>
<p>If you request deletion of your account, all of your data will be purged within 14 days from our system.</p>
<h1 id="how-do-you-protect-my-data">How do you protect my data?</h1>
<p>All data on thunix is encrypted at rest. Logs are maintained only for as long as is technically required (30 days, for troubleshooting of issues). Personally created data, is protected by the UNIX permissions model, as dictated by yourself, however, by default, your personally created data is viewable by all other users of the system, per design.</p>
<?php include 'MENU.php'; ?>
<?php include 'FOOTER.php'; ?>