| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/central/templates/six/ |
Upload File : |
<div class="logincontainer">
{include file="$template/includes/pageheader.tpl" title=$LANG.pwreset}
{if $loggedin}
{include file="$template/includes/alert.tpl" type="error" msg=$LANG.noPasswordResetWhenLoggedIn textcenter=true}
{else}
{if $success}
{include file="$template/includes/alert.tpl" type="success" msg=$LANG.pwresetvalidationsent textcenter=true}
<p>{$LANG.pwresetvalidationcheckemail}</p>
{else}
{if $errormessage}
{include file="$template/includes/alert.tpl" type="error" msg=$errormessage textcenter=true}
{/if}
{if $securityquestion}
<p>{$LANG.pwresetsecurityquestionrequired}</p>
<form method="post" action="pwreset.php" class="form-stacked">
<input type="hidden" name="action" value="reset" />
<input type="hidden" name="email" value="{$email}" />
<div class="form-group">
<label for="inputAnswer">{$securityquestion}</label>
<input type="text" name="answer" class="form-control" id="inputAnswer" autofocus>
</div>
<div class="form-group text-center">
<button type="submit" class="btn btn-primary">{$LANG.pwresetsubmit}</button>
</div>
</form>
{else}
<p>{$LANG.pwresetemailneeded}</p>
<form method="post" action="{$systemsslurl}pwreset.php" role="form">
<input type="hidden" name="action" value="reset" />
<div class="form-group">
<label for="inputEmail">{$LANG.loginemail}</label>
<input type="email" name="email" class="form-control" id="inputEmail" placeholder="{$LANG.enteremail}" autofocus>
</div>
<div class="form-group text-center">
<button type="submit" class="btn btn-primary">{$LANG.pwresetsubmit}</button>
</div>
</form>
{/if}
{/if}
{/if}
</div>