| 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 : |
{if $successful}
{include file="$template/includes/alert.tpl" type="success" msg=$LANG.changessavedsuccessfully textcenter=true}
{/if}
{if $errormessage}
{include file="$template/includes/alert.tpl" type="error" errorshtml=$errormessage}
{/if}
<form class="form-horizontal using-password-strength" method="post" action="clientarea.php?action=changepw" role="form">
<input type="hidden" name="submit" value="true" />
<div class="form-group">
<label for="inputExistingPassword" class="col-sm-4 control-label">{$LANG.existingpassword}</label>
<div class="col-sm-6">
<input type="password" class="form-control" name="existingpw" id="inputExistingPassword" autocomplete="off" />
</div>
</div>
<div id="newPassword1" class="form-group has-feedback">
<label for="inputNewPassword1" class="col-sm-4 control-label">{$LANG.newpassword}</label>
<div class="col-sm-6">
<input type="password" class="form-control" name="newpw" id="inputNewPassword1" autocomplete="off" />
<span class="form-control-feedback glyphicon"></span>
{include file="$template/includes/pwstrength.tpl"}
</div>
</div>
<div id="newPassword2" class="form-group has-feedback">
<label for="inputNewPassword2" class="col-sm-4 control-label">{$LANG.confirmnewpassword}</label>
<div class="col-sm-6">
<input type="password" class="form-control" name="confirmpw" id="inputNewPassword2" autocomplete="off" />
<span class="form-control-feedback glyphicon"></span>
<div id="inputNewPassword2Msg"></div>
</div>
</div>
<div class="form-group">
<div class="text-center">
<input class="btn btn-primary" type="submit" value="{$LANG.clientareasavechanges}" />
<input class="btn btn-default" type="reset" value="{$LANG.cancel}" />
</div>
</div>
</form>