Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26e66db6 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'privacy-fixes-patch' into 'nc-21'

Privacy fixes patch

See merge request !65
parents 54cfb215 db7977f6
Loading
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -39,3 +39,22 @@ This patch removes certain unnecessary sections from the "privacy" section in pe
 <div id="themes" class="section">
 	<h3><?php p($l->t('Who has access to your data?')) ?></h3>
 	<h4><?php p($l->t('Administrators')); ?></h4>

--- ./apps/privacy/templates/who-has-access.php	2022-03-10 18:22:26.498511800 +0530
+++ ./apps/privacy/templates/who-has-access-new.php	2022-03-10 18:16:10.028511800 +0530
@@ -5,11 +5,13 @@
 
 <div id="themes" class="section">
 	<h3><?php p($l->t('Who has access to your data?')) ?></h3>
-	<h4><?php p($l->t('Administrators')); ?></h4>
-	<div id="privacy_access_admins"></div>
+	
 
 	<h4><?php p($l->t('People you shared with')) ?></h4>
 	<div id="privacy_access_shares"></div>
+	<h4><?php p($l->t('Administrators')); ?></h4>
+	<p><?php p($l->t('Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.')); ?></p>
+	<p><a href="https://doc.e.foundation/support-topics/services#can-the-ecloud-admin-access-my-data" target="_blank" title="" rel="noreferrer noopener"><?php p($l->t('Learn more about this topic here.')); ?> ↗</a></p>
 
 	<?php if (!empty($_['privacyPolicyUrl'])): ?>
 	<h4><?php p($l->t('Privacy policy')) ?></h4>