Server IP : 213.176.29.180 / Your IP : 3.144.37.240 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/lang/../templates/twenty-one/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="mb-4"> <h6 class="h3">{lang key='pwreset'}</h6> <p class="text-muted mb-0">{lang key='pwresetemailneeded'}</p> </div> {if $errorMessage} {include file="$template/includes/alert.tpl" type="error" msg=$errorMessage textcenter=true} {/if} <form method="post" action="{routePath('password-reset-validate-email')}" role="form"> <input type="hidden" name="action" value="reset" /> <div class="form-group"> <label for="inputEmail">{lang key='loginemail'}</label> <div class="input-group input-group-merge"> <div class="input-group-prepend"> <span class="input-group-text"><i class="fas fa-user"></i></span> </div> <input type="email" class="form-control" name="email" id="inputEmail" placeholder="name@example.com" autofocus> </div> </div> {if $captcha->isEnabled()} <div class="text-center margin-bottom"> {include file="$template/includes/captcha.tpl"} </div> {/if} <div class="form-group text-center"> <button type="submit" class="btn btn-primary{$captcha->getButtonClass($captchaForm)}"> {lang key='pwresetsubmit'} </button> </div> </form>