diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-02-09 19:58:29 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-02-09 20:28:30 +0100 |
commit | b9e3ed14680bea2626d90c5dfc48d7f61d7e437f (patch) | |
tree | c3c73f2aa403c5a0b1ece641ee9000e78af1d70b /apps/updatenotification/templates | |
parent | a39c7591d6b0bfcb323cd14a5c1164576eaf7559 (diff) | |
download | nextcloud-server-b9e3ed14680bea2626d90c5dfc48d7f61d7e437f.tar.gz nextcloud-server-b9e3ed14680bea2626d90c5dfc48d7f61d7e437f.zip |
Add SSO for updater application
Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater".
Diffstat (limited to 'apps/updatenotification/templates')
-rw-r--r-- | apps/updatenotification/templates/admin.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php new file mode 100644 index 00000000000..647c88dea17 --- /dev/null +++ b/apps/updatenotification/templates/admin.php @@ -0,0 +1,8 @@ +<?php script('updatenotification', 'admin') ?> +<form id="oca_updatenotification" class="section"> + <h2><?php p($l->t('Updater')); ?></h2> + <p> + <?php p($l->t('For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button.')) ?> + </p> + <input type="button" id="oca_updatenotification" value="<?php p($l->t('Open updater')) ?>"> +</form> |