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:
Diffstat (limited to 'templates/admin.php')
-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>