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-07-24 13:52:55 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-07-31 19:45:42 +0300
commit7935fdaafe8df56606f5c7095b133bf6a3a80295 (patch)
tree01241d4c8288c79870c9926d0da77edd6c6d1c7f /page-usermanagement.php
parent7069a879b45397785573bbd24e9e2da44dfbe290 (diff)
add stuff about guest accounts and vdr
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-usermanagement.php')
-rw-r--r--page-usermanagement.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/page-usermanagement.php b/page-usermanagement.php
index 40b8d66c..c0c9d00f 100644
--- a/page-usermanagement.php
+++ b/page-usermanagement.php
@@ -48,13 +48,24 @@
</div>
<div class="row">
<div class="col-md-6 revealOnScroll image--feature new-img">
- <a href="<?php bloginfo('template_directory'); ?>/assets/img/features/guest_account.png"><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/guest_account.png" alt="in action" ></a>
+ <a href="<?php bloginfo('template_directory'); ?>/assets/img/features/guest_account.png"><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/groupadmin.png" alt="in action" ></a>
</div>
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Group admins');?></p>
<p class="section--paragraph"><?php echo $l->t('The administrator can delegate some work by elevating some accounts to group administrator over specified groups. This allows them to create new users as members of these groups as well as delete and modify them.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('When enabled, group admins can also create 2-factor one-time login codes and do other administrative tasks like manage ACLs on Groupfolders.');?></p>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-md-6 revealOnScroll image--feature new-img image--floated">
+ <a href="<?php bloginfo('template_directory'); ?>/assets/img/features/guest_account.png"><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/guest_account.png" alt="in action" ></a>
+ </div>
+ <div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Guest accounts');?></p>
<p class="section--paragraph"><?php echo $l->t('The guest accounts app enables users to create guest accounts for recipients. The administrator can determine what access rights these users need to have to external storage and apps.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('As guests have a special (hidden) group, administrators can use the Workflow and File Access Control capabilities to restrict, for example, users from downloading or sharing data. In Virtual Dataroom scenarios guest accounts can be given access to data read-only or with editing rights while blocking downloads and watermarking all files. Documents can shared with them through the Secure Mailbox feature from the Nextcloud Outlook Add-in which prevents the mail body and attachments from leaking.');?></p>
+ <a class="button button--blue button--arrow" href="<?php echo home_url('workflow') ?>"><?php echo $l->t('Workflow and File Access Control');?></a><br />
+ <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>