mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
11 lines
440 B
PHP
11 lines
440 B
PHP
<?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>
|
|
|