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>2018-09-09 19:07:29 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-09-09 22:35:28 +0300
commitfd12c323b55b58e471415874aaed9080d5ba897b (patch)
tree40130f298a1e7f32f2d32c739abe673d47845014 /page-usermanagement.php
parent04be98f80bd9214122b618a9c4896a2b74a7ba3c (diff)
Update many pages for Nc 14
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-usermanagement.php')
-rw-r--r--page-usermanagement.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/page-usermanagement.php b/page-usermanagement.php
index c53242fe..e378d7e7 100644
--- a/page-usermanagement.php
+++ b/page-usermanagement.php
@@ -39,6 +39,7 @@
<p class="section--paragraph__tittle"><?php echo $l->t('Easy user management');?></p>
<p class="section--paragraph"><?php echo $l->t('Admins can create, modify, search and view user accounts using Nextcloud built-in user management. Name, disk quota, mail addresses and group membership can be handled and users can be given administrator privileges if needed.');?></p>
<p class="section--paragraph"><?php echo $l->t('If you need to integrate Nextcloud with an existing system, take advantage of support for one or more LDAP directories instead of or in addition to local users. Nextcloud can secure logins with two-factor authentication and supports single sign-on through SAML, OAuth2, Kerberos and others.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('For large-scale solutions, performance optimization, additional tools and advice, see the ');?><a class="hyperlink" href="https://portal.nextcloud.com"><?php echo $l->t('Nextcloud customer portal.');?></a></p>
</div>
</div>
</div>
@@ -103,7 +104,7 @@
</div>
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Secure Authentication');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud supports securing authentication through Nextcloud itself with a plugin-based two-factor authentication method. Supported are, among others, TOTP, SMS 2-factor and U2F. Upon activation by the system administrator, users have to activate 2FA in their personal settings.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud supports securing authentication through Nextcloud itself with a plugin-based two-factor authentication method. Supported are, among others, TOTP, NFC, SMS, Signal/Telegram and U2F. Upon activation by the system administrator, users can activate 2FA in their personal settings.');?></p>
<p class="section--paragraph"><a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_user/two_factor-auth.html"><?php echo $l->t('Find documentation here.');?></a></p>
</div>
</div>
@@ -117,8 +118,8 @@
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Single-sign-on');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud features an SSO & SAML app for easy Single-sign-on integration. SAML 2.0 is supported against OneLogin, Shibboleth, and ADFS. The app also features authentication via environment variables, including support for Kerberos, OAuth2, OpenID and many other mechanisms provided by Apache modules.');?></p>
- <p class="section--paragraph"><?php echo $l->t('The native SAML integration negates the need for external software like Apache modules. Native SAML is compatible with all webservers and supports group memberships, flexible session management and app-specific passwords.');?></p>
- <p class="section--paragraph"><a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_server/sso_configuration.html"><?php echo $l->t('Find documentation here.');?></a></p>
+ <p class="section--paragraph"><?php echo $l->t('The native SAML integration negates the need for external software like Apache modules. Native SAML is compatible with all webservers and supports group memberships, flexible session management and app specific passwords. It can handle multiple Identity Providers and can authenticate to Samba servers with Kerberos.');?></p>
+ <p class="section--paragraph"><a class="hyperlink" href="https://portal.nextcloud.com/article/configuring-single-sign-on-10.html"><?php echo $l->t('Find documentation on our customer portal.');?></a></p>
</div>
</div>
</div>