| 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 : |
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Reset Password</title>
<link rel="stylesheet" type="text/css" href="../assets/css/style.css" />
<link rel="stylesheet" href="https://d1a3f4spazzrp4.cloudfront.net/uber-fonts/2.0.1/superfine.css"/>
<link rel="stylesheet" href="https://d1a3f4spazzrp4.cloudfront.net/uber-icons/3.13.0/uber-icons.css"/>
</head>
<body>
<div class="content">
<div class="icon-item text--center">
<a href="javascript:void(0)">
<img src="<?php echo base_url(); ?>assets/logo-super-admin.png" style="margin-top:20px;">
</a>
</div>
<p class="text--center push--top white">
<span>Enter your email address and we'll send you a link to reset your password.</span>
</p>
<p class="title background-line push-small--top">
<span>Forgot Password</span>
</p>
<?php echo form_open('verifylogin', array('id'=>'frm_login')); ?>
<div class="form-group push--bottom" id="input-container">
<input name="email" type="email" class="text-input" placeholder="Email Address" autocomplete="off"/>
</div>
<button type="button" class="btn btn--large btn--full" type="submit" style="background:#3C8DBC">
Reset Password
</button>
</form>
<div class="text--center push--top">
<a class="btn btn--link" href="<?php echo base_url(); ?>superadmin/">
Log In
</a>
</div>
</div>
</body>
</html>