| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/adeetie/application/modules/auth/views/ |
Upload File : |
p<h1><?php echo lang('change_password_heading');?></h1>
<div id="infoMessage"><?php echo $message;?></div>
<?php echo form_open("auth/change_password");?>
<p>
<?php echo lang('change_password_old_password_label', 'old_password');?> <br />
<?php echo form_input($old_password);?>
</p>
<p>
<label for="new_password"><?php echo sprintf(lang('change_password_new_password_label'), $min_password_length);?></label> <br />
<?php echo form_input($new_password);?>
</p>
<p>
<?php echo lang('change_password_new_password_confirm_label', 'new_password_confirm');?> <br />
<?php echo form_input($new_password_confirm);?>
</p>
<div class="g-recaptcha" data-sitekey="6Ldi9IIkAAAAAJRok3IGTI96Yyp0u2Xi8DPMVZ3m"></div>
<div> </div>
<?php echo form_input($user_id);?>
<div class="g-recaptcha" data-sitekey="6Ldi9IIkAAAAAJRok3IGTI96Yyp0u2Xi8DPMVZ3m"></div>
<div> </div>
<p><?php echo form_submit('submit', lang('change_password_submit_btn'));?></p>
<?php echo form_close();?>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>