diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2010-01-23 22:21:37 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2010-01-23 22:21:37 +0000 |
| commit | b21e7be11a0abe57790ec2a2fcca1874632fed8c (patch) | |
| tree | 63cca83318d4f80914b6b90bbd9063ff5dabc6ea /modules/gallery/views/admin_identity_confirm.html.php | |
| parent | e47505081f2c1017a68f763e1170b44fddd1e722 (diff) | |
| parent | abdeb21ccbb25aee564335dbbfca4a8afaf49384 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/views/admin_identity_confirm.html.php')
| -rw-r--r-- | modules/gallery/views/admin_identity_confirm.html.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/gallery/views/admin_identity_confirm.html.php b/modules/gallery/views/admin_identity_confirm.html.php deleted file mode 100644 index 54aae9c8..00000000 --- a/modules/gallery/views/admin_identity_confirm.html.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<form method="post" action="<?= url::site("admin/identity/change") ?>"> - <?= access::csrf_form_field() ?> - <?= form::hidden("provider", $new_provider) ?> - - <p><span class="ui-icon ui-icon-alert" style="float: left; margin:0 7px 20px 0;"></span> - <?= t("Are you sure you want to change your Identity Provider? Continuing will delete all existing users.") ?> - </p> -</form> - |
