• File: usersPwdReset.php
  • Full Path: /home/atelipy/www/wpmain/step3/usersParts/usersPwdReset.php
  • File size: 358 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

/**
 *
 * @package templates/default
 */

defined('ABSPATH') || defined('DUPXABSPATH') || exit;

use Duplicator\Installer\Core\Params\PrmMng;

$paramsManager = PrmMng::getInstance();
?>
<div class="hdr-sub3">Admin Password Reset</div>
<div class="dupx-opts">
    <?php
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_USERS_PWD_RESET);
    ?>
</div>