Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: forgotpassword.php
<style> .foot a{ color: #fff !important; } </style> <div class="middle-login"> <div class="block-web"> <div class="head text-center"> <h3 class="text-center"><?php echo $this->config->item('app_name'); ?></h3> </div> <div style="background:#fff;"> <?php echo form_open(base_url('login/forgotpassword'), array('class' => 'form-horizontal', 'style'=>"margin-bottom: 0px !important;")); ?> <div class="content"> <?php if(!empty($message)){?> <div class="alert alert-danger"><b><?php echo $message; ?></b></div> <?php } ?> <h4 class="title">Forgot Password</h4> <div class="form-group"> <div class="col-sm-12"> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-user" aria-hidden="true"></i></span> <input type="text" value="<?php echo set_value('username'); ?>" name="txtUName" class="form-control" id="txtUName" placeholder="Username"> </div> <?php echo form_error('username'); ?> </div> </div> <div class="form-group"> <div class="col-sm-3"> <span class="psw"><a href="<?php echo base_url('login'); ?>">Login</a></span> </div> <div class="col-sm-3 foot"> <button type="submit" class="btn btn-primary">Retrieve your password</button> </div> </div> <?php echo form_close(); ?> </div> <?php $this->load->view('layouts/login_copyright'); ?> </div>