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:
authorBjörn Schießle <bjoern@schiessle.org>2018-08-14 14:58:14 +0300
committerGitHub <noreply@github.com>2018-08-14 14:58:14 +0300
commit183c590a72dd2fe3ad4e0f04685818559963bdc2 (patch)
tree33809fed777206c9981fec9fc6513f6a8f512ebe /templates
parent47bf7d200b9ee8f7800a1c2cf81f433fb5a01327 (diff)
parent5c07cc8f4ea25872731d3ae8d5c331702585abe8 (diff)
Merge pull request #237 from nextcloud/add-reset-option
Add reset option
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 23b26a67..49375748 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -176,6 +176,10 @@ style('user_saml', 'admin');
href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('user_saml.SAML.getMetadata', ['idp' => $_['providers'][0]['id']])) ?>" class="button">
<?php p($l->t('Download metadata XML')) ?>
</a>
+
+ <button id="user-saml-reset-settings"><?php p($l->t('Reset settings')) ?></button>
+
+
<span class="warning hidden" id="user-saml-settings-incomplete"><?php p($l->t('Metadata invalid')) ?></span>
<span class="success hidden" id="user-saml-settings-complete"><?php p($l->t('Metadata valid')) ?></span>
</div>