| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Engineering/V2/templates/theme519/html/com_user/reset/ |
Upload File : |
<?php defined('_JEXEC') or die; ?>
<div class="componentheading"> <?php echo JText::_('Confirm your Account'); ?> </div>
<div class="article-text-indent">
<div class="clear">
<form action="<?php echo JRoute::_( 'index.php?option=com_user&task=confirmreset' ); ?>" method="post" class="josForm form-validate">
<dl class="contentpane">
<dt> <?php echo JText::_('RESET_PASSWORD_CONFIRM_DESCRIPTION'); ?> </dt>
<dd>
<div class="description">
<label for="token" class="hasTip" title="<?php echo JText::_('RESET_PASSWORD_TOKEN_TIP_TITLE'); ?>::<?php echo JText::_('RESET_PASSWORD_TOKEN_TIP_TEXT'); ?>"><?php echo JText::_('Token'); ?>:</label>
</div>
<div class="input-field">
<input id="token" name="token" type="text" class="required" />
</div>
<div class="button-field">
<button type="submit" class="validate"><?php echo JText::_('Submit'); ?></button>
</div>
</dd>
</dl>
<?php echo JHTML::_( 'form.token' ); ?>
</form>
</div>
</div>