Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2019-09-13 23:20:14 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-09-13 23:21:13 +0300
commit3ed8d9a5c225105c71062a3b33956642c691c01b (patch)
treeee089bd1131362fadc52c82e616172a4ef87e2be /page-usermanagement.php
parent25b2de92cc7e6c3325ce47dac6189b4136251d5d (diff)
add remote wipe
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-usermanagement.php')
-rw-r--r--page-usermanagement.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/page-usermanagement.php b/page-usermanagement.php
index 026df51f..05abf481 100644
--- a/page-usermanagement.php
+++ b/page-usermanagement.php
@@ -68,6 +68,21 @@
<a class="button button--blue button--arrow" href="<?php echo home_url('virtual-data-room') ?>"><?php echo $l->t('Virtual data room features');?></a>
</div>
</div>
+ <div class="row">
+ <p class="section--paragraph__tittle"><?php echo $l->t('Remote Wipe');?></p>
+ <p class="section--paragraph"><?php echo $l->t('While many companies have Mobile Device Management, thanks to build-in support, Remote Wipe will work on systems not under management of the company. This is useful for home users but also large universities and of course in a scenario where guest accounts were handed to a third party. If you permit downloading of documents by the third party, you can wipe the documents from their devices when the the collaboration has ended.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Remote wipe can be used on a per-device basis by users and on a per-user base by the administrator.');?></p>
+ </div>
+ <div class="row">
+ <div class="col-md-6">
+ <a href="https://nextcloud.com/media/remote-wipe-user.png"><img src="https://nextcloud.com/media/remote-wipe-user.png" alt="Remote wipe as a user, per device" class="img-responsive"></a><br />
+ <?php echo $l->t('Remote wipe as a user, per device');?>
+ </div>
+ <div class="col-md-6">
+ <a href="https://nextcloud.com/media/remote-wipe-admin.png"><img src="https://nextcloud.com/media/remote-wipe-admin.png" alt="Remote wipe as admin, per user" class="img-responsive"></a><br />
+ <?php echo $l->t('Remote wipe as admin, per user');?>
+ </div>
+ </div>
</div>
</section>