163 lines
8.6 KiB
HTML
163 lines
8.6 KiB
HTML
<!doctype html>
|
|
<html lang="en" data-layout="vertical" data-topbar="light" data-sidebar="dark" data-sidebar-size="lg" data-sidebar-image="none" data-preloader="disable" data-theme="default" data-theme-colors="default">
|
|
|
|
|
|
<!-- Mirrored from themesbrand.com/velzon/html/master/auth-pass-change-basic.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 08 May 2025 07:16:10 GMT -->
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
<title>Create New Password | Velzon - Admin & Dashboard Template</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
|
|
<meta content="Themesbrand" name="author" />
|
|
<!-- App favicon -->
|
|
<link rel="shortcut icon" href="assets/images/favicon.ico">
|
|
|
|
<!-- Layout config Js -->
|
|
<script src="assets/js/layout.js"></script>
|
|
<!-- Bootstrap Css -->
|
|
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- Icons Css -->
|
|
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- App Css-->
|
|
<link href="assets/css/app.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- custom Css-->
|
|
<link href="assets/css/custom.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="auth-page-wrapper pt-5">
|
|
<!-- auth page bg -->
|
|
<div class="auth-one-bg-position auth-one-bg" id="auth-particles">
|
|
<div class="bg-overlay"></div>
|
|
|
|
<div class="shape">
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1440 120">
|
|
<path d="M 0,36 C 144,53.6 432,123.2 720,124 C 1008,124.8 1296,56.8 1440,40L1440 140L0 140z"></path>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- auth page content -->
|
|
<div class="auth-page-content">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="text-center mt-sm-5 mb-4 text-white-50">
|
|
<div>
|
|
<a href="index.html" class="d-inline-block auth-logo">
|
|
<img src="assets/images/logo-light.png" alt="" height="20">
|
|
</a>
|
|
</div>
|
|
<p class="mt-3 fs-15 fw-medium">Premium Admin & Dashboard Template</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end row -->
|
|
|
|
<div class="row justify-content-center">
|
|
<div class="col-md-8 col-lg-6 col-xl-5">
|
|
<div class="card mt-4 card-bg-fill">
|
|
|
|
<div class="card-body p-4">
|
|
<div class="text-center mt-2">
|
|
<h5 class="text-primary">Create new password</h5>
|
|
<p class="text-muted">Your new password must be different from previous used password.</p>
|
|
</div>
|
|
|
|
<div class="p-2">
|
|
<form action="https://themesbrand.com/velzon/html/master/auth-signin-basic.html">
|
|
<div class="mb-3">
|
|
<label class="form-label" for="password-input">Password</label>
|
|
<div class="position-relative auth-pass-inputgroup">
|
|
<input type="password" class="form-control pe-5 password-input" onpaste="return false" placeholder="Enter password" id="password-input" aria-describedby="passwordInput" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}" required>
|
|
<button class="btn btn-link position-absolute end-0 top-0 text-decoration-none text-muted password-addon material-shadow-none" type="button" id="password-addon"><i class="ri-eye-fill align-middle"></i></button>
|
|
</div>
|
|
<div id="passwordInput" class="form-text">Must be at least 8 characters.</div>
|
|
</div>
|
|
|
|
<div class="mb-3">
|
|
<label class="form-label" for="confirm-password-input">Confirm Password</label>
|
|
<div class="position-relative auth-pass-inputgroup mb-3">
|
|
<input type="password" class="form-control pe-5 password-input" onpaste="return false" placeholder="Confirm password" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}" id="confirm-password-input" required>
|
|
<button class="btn btn-link position-absolute end-0 top-0 text-decoration-none text-muted password-addon material-shadow-none" type="button" id="confirm-password-input"><i class="ri-eye-fill align-middle"></i></button>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="password-contain" class="p-3 bg-light mb-2 rounded">
|
|
<h5 class="fs-13">Password must contain:</h5>
|
|
<p id="pass-length" class="invalid fs-12 mb-2">Minimum <b>8 characters</b></p>
|
|
<p id="pass-lower" class="invalid fs-12 mb-2">At <b>lowercase</b> letter (a-z)</p>
|
|
<p id="pass-upper" class="invalid fs-12 mb-2">At least <b>uppercase</b> letter (A-Z)</p>
|
|
<p id="pass-number" class="invalid fs-12 mb-0">A least <b>number</b> (0-9)</p>
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
<input class="form-check-input" type="checkbox" value="" id="auth-remember-check">
|
|
<label class="form-check-label" for="auth-remember-check">Remember me</label>
|
|
</div>
|
|
|
|
<div class="mt-4">
|
|
<button class="btn btn-success w-100" type="submit">Reset Password</button>
|
|
</div>
|
|
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<!-- end card body -->
|
|
</div>
|
|
<!-- end card -->
|
|
|
|
<div class="mt-4 text-center">
|
|
<p class="mb-0">Wait, I remember my password... <a href="auth-signin-basic.html" class="fw-semibold text-primary text-decoration-underline"> Click here </a> </p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- end row -->
|
|
</div>
|
|
<!-- end container -->
|
|
</div>
|
|
<!-- end auth page content -->
|
|
|
|
<!-- footer -->
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="text-center">
|
|
<p class="mb-0 text-muted">©
|
|
<script>document.write(new Date().getFullYear())</script> Velzon. Crafted with <i class="mdi mdi-heart text-danger"></i> by Themesbrand
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<!-- end Footer -->
|
|
</div>
|
|
<!-- end auth-page-wrapper -->
|
|
|
|
<!-- JAVASCRIPT -->
|
|
<script src="assets/libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/libs/simplebar/simplebar.min.js"></script>
|
|
<script src="assets/libs/node-waves/waves.min.js"></script>
|
|
<script src="assets/libs/feather-icons/feather.min.js"></script>
|
|
<script src="assets/js/pages/plugins/lord-icon-2.1.0.js"></script>
|
|
<script src="assets/js/plugins.js"></script>
|
|
|
|
<!-- particles js -->
|
|
<script src="assets/libs/particles.js/particles.js"></script>
|
|
|
|
<!-- particles app js -->
|
|
<script src="assets/js/pages/particles.app.js"></script>
|
|
|
|
<!-- password-addon init -->
|
|
<script src="assets/js/pages/passowrd-create.init.js"></script>
|
|
</body>
|
|
|
|
|
|
<!-- Mirrored from themesbrand.com/velzon/html/master/auth-pass-change-basic.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 08 May 2025 07:16:10 GMT -->
|
|
</html> |