Server IP : 213.176.29.180 / Your IP : 3.147.82.193 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/webtaragh/public_html/whmcs/crons/../templates/six/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<p>{$LANG.pwresetenternewpw}</p> <form class="using-password-strength" method="POST" action="{routePath('password-reset-change-perform')}"> <input type="hidden" name="answer" id="answer" value="{$securityAnswer}" /> <div id="newPassword1" class="form-group has-feedback"> <label class="control-label" for="inputNewPassword1">{$LANG.newpassword}</label> <input type="password" name="newpw" id="inputNewPassword1" class="form-control" autocomplete="off" /> <span class="form-control-feedback glyphicon glyphicon-password"></span> </div> <div id="newPassword2" class="form-group has-feedback"> <label class="control-label" for="inputNewPassword2">{$LANG.confirmnewpassword}</label> <input type="password" name="confirmpw" id="inputNewPassword2" class="form-control" autocomplete="off" /> <span class="form-control-feedback glyphicon glyphicon-password"></span> <div id="inputNewPassword2Msg"></div> </div> <div class="form-group"> <label class="control-label">{$LANG.pwstrength}</label> {include file="$template/includes/pwstrength.tpl"} </div> <div class="form-group"> <div class="text-center"> <input class="btn btn-primary" type="submit" name="submit" value="{$LANG.clientareasavechanges}" /> <input class="btn btn-default" type="reset" value="{$LANG.cancel}" /> </div> </div> </form>