| Server IP : 162.214.74.102 / Your IP : 216.73.216.139 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_projetos/sopizzas/application/views/superadmin/ |
Upload File : |
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header address-book">
<h1><?php echo $this->lang->line('ChangePassword');?></h1>
</section>
<!-- Main content -->
<section class="content">
<!-- tab section -->
<div class="nav-tabs-custom">
<div class="tab-content no-padding">
<div id="home" class="tab-pane fade in active">
<div class="box-body">
<?php if(validation_errors() != false) { ?>
<div class="alert alert-danger">
<?php echo validation_errors(); ?>
</div>
<?php } ?>
<?php if($this->session->flashdata('success_msg')):?>
<div class="alert alert-info">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo $this->session->flashdata('success_msg'); ?></strong>
</div>
<?php endif; ?>
<?php $validator = array('role' => 'form', 'data-toggle' => 'validator'); echo form_open('dashboard/changepassword', $validator); ?>
<fieldset>
<legend class="ps_inform"><?php echo $this->lang->line('ChangePassword');?></legend>
<hr class="hr_border"></hr>
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="form-group">
<input name="userPassword" id="userPassword" type="password" class="fs_input" placeholder="<?php echo $this->lang->line('Old_Password');?>" required>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="form-group">
<input name="newpassword" data-minlength="6" id="newpassword" type="password" class="fs_input" placeholder="<?php echo $this->lang->line('New_Password');?>" required data-minlength="6">
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="form-group">
<input name="confirmpassword" data-minlength="6" id="confirmpassword" type="password" class="fs_input" placeholder="<?php echo $this->lang->line('Confirm_Password');?>" required data-minlength="6">
</div>
</div>
</div>
<div class="form-group">
<div class="margintop10">
<button type="submit" class="btn btn-info Custom-btn"><?php echo $this->lang->line('Submit');?></button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./tab section -->
<div class="clearfix"></div>
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
<div class="clearfix"></div>