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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-11-14 16:02:54 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-11-14 16:02:54 +0300
commit59fc3d0fc9664fbe3c2a7d723ed5c62ec937bb5c (patch)
tree3a9764618d062ccbb359d8f675a41b03708438a6 /templates
parentf768e4339e62c0be91471b214b47590b3f74418e (diff)
ADFS lower-case support
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 5f4c4781..28ee200b 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -96,6 +96,13 @@ style('user_saml', 'admin');
<label for="user-saml-<?php p($key)?>"><?php p($text) ?></label>
</p>
<?php endforeach; ?>
+ <h4><?php p($l->t('General')) ?></h4>
+ <?php foreach($_['security-general'] as $key => $text): ?>
+ <p>
+ <input type="checkbox" id="user-saml-<?php p($key)?>" name="<?php p($key)?>" value="<?php p(\OC::$server->getConfig()->getAppValue('user_saml', 'security-'.$key, '0')) ?>" class="checkbox">
+ <label for="user-saml-<?php p($key)?>"><?php p($text) ?></label>
+ </p>
+ <?php endforeach; ?>
</div>
</div>