diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-22 12:22:31 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-22 12:22:31 -0800 |
| commit | dabd5b84b21c711592a1f3bcd2ca298dd6d7fde2 (patch) | |
| tree | 612223396e6b910ec56ca0c3fa89a3a1f0a8e543 /modules/gallery/views/admin_identity_confirm.html.php | |
| parent | 11757831233da528662864e23d89f39bfb908801 (diff) | |
Remove the identity manager screens and controller as alterntive identity providers are installed in the admin module screen.
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> - |
