![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gositeme.com/public_html/whmcs/lagom2/ |
{if isset($RSThemes['pages'][$templatefile]) && file_exists($RSThemes['pages'][$templatefile]['fullPath'])}
{include file=$RSThemes['pages'][$templatefile]['fullPath']}
{else}
<div class="row">
<div class="col-md-7">
{include file="$template/includes/flashmessage.tpl"}
<form class="using-password-strength" method="post" action="{routePath('user-password')}" role="form">
<input type="hidden" name="submit" value="true" />
<div class="panel panel-default panel-form">
<div class="panel-body">
<div class="form-group">
<label for="inputExistingPassword" class="control-label">{$LANG.existingpassword}</label>
<input type="password" class="form-control" name="existingpw" id="inputExistingPassword" autocomplete="off" />
</div>
<div id="newPassword1" class="form-group">
<label for="inputNewPassword1" class="control-label">{$LANG.newpassword}</label>
<div class="input-password-strenght">
<input type="password" class="form-control" name="newpw" id="inputNewPassword1" autocomplete="off" />
<span class="text-small text-lighter"><span id="passwordStrengthTextLabel">{$rslang->trans('login.at_least_pass')}</span><i data-toggle="tooltip" title="{$LANG.passwordtips}" data-html="true" data-container="body" class="ls ls-info-circle"></i></span>
</div>
{include file="$template/includes/pwstrength.tpl"}
</div>
<div id="newPassword2" class="form-group">
<label for="inputNewPassword2" class="control-label">{$LANG.confirmnewpassword}</label>
<input type="password" class="form-control" name="confirmpw" id="inputNewPassword2" autocomplete="off" />
<div id="inputNewPassword2Msg"><p class="help-block"></p></div>
</div>
</div>
<div class="panel-footer">
<input class="btn btn-primary" type="submit" value="{$LANG.clientareasavechanges}" />
<input class="btn btn-default" type="reset" value="{$LANG.clientareacancel}" />
</div>
</div>
</form>
</div>
</div>
{/if}