<h3><?php p($l->t('Who has access to your data?')) ?></h3>
- <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>
+
+ <h3><?php p($l->t('Who has access to your data?')) ?></h3>
+ <h4><?php p($l->t('People you shared documents or folders with')) ?>:</h4>
+ <div id="privacy_access_shares"></div>
+ <p> </p>
+ <p><?php p($l->t('Like in most cloud services, a reduced number of administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.')); ?>
+ title="" rel="noreferrer noopener"><?php p($l->t('Learn more about this topic here.')); ?> ↗</a>
+ </p>
- <h4><?php p($l->t('People you shared with')) ?></h4>
- <div id="privacy_access_shares"></div>
+ <?php if (!empty($_['privacyPolicyUrl'])): ?>
+ <h4><?php p($l->t('Privacy policy')) ?></h4>
+ <p>
+ <a href="<?php print_unescaped($_['privacyPolicyUrl']) ?>"><?php p($l->t('Read the privacy policy.')) ?></a>
+ </p>
+ <?php endif; ?>
<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>
- <p>
- <a href="<?php print_unescaped($_['privacyPolicyUrl']) ?>"><?php p($l->t('Read the privacy policy.')) ?></a>
+ rel="noreferrer noopener"><?php p($l->t('To protect your data, we have implemented server-side-encryption on our servers which hides by default the content of your files and notes even to these administrators.')); ?>