blob: 54aae9c84f4c62e936df56771ba76b6e2b33090b (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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>
|