-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreset-password.html
42 lines (42 loc) · 3.19 KB
/
reset-password.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
<!-- Last Published: Tue Jun 20 2023 06:03:49 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="6487c438a394f56a826a81f3" data-wf-site="6487ac8fc3473ff5e50aa2ef">
<head>
<meta charset="utf-8">
<title>FinUI</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/finui-ce62cb.webflow.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Changa One:400,400italic","Roboto:300,regular,500,700,900"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
</head>
<body>
<div class="w-users-userformpagewrap">
<div class="w-users-userresetpasswordformwrapper">
<div tabindex="-1" class="w-users-userformsuccessstate w-form-success">
<div class="w-users-userformheader"><img src="https://d3e54v103j8qbb.cloudfront.net/img/email-72.67fa6be437.svg" loading="lazy" alt="">
<h2>Password Reset Email Sent</h2>
</div>
<p>If we found an account associated with that email address, we've sent a link to reset your password.</p>
</div>
<form method="post" data-wf-user-form-type="resetPassword">
<div class="w-users-userformheader">
<h2>Reset Password</h2>
</div><label for="wf-reset-password-email">Email</label><input type="email" maxlength="256" placeholder="" name="Email" id="wf-reset-password-email" aria-describedby="wf-reset-password-paragraph" class="w-input" autocomplete="username" required="" data-wf-user-form-input-type="email"><input type="submit" value="Reset Password" data-wait="Please wait..." class="w-users-userformbutton w-button">
</form>
<div style="display:none" data-wf-user-form-error="true" class="w-users-userformerrorstate w-form-fail">
<div class="user-form-error-msg" wf-reset-pw-form-general-error-error="There was an error resetting your password. Please try again, or contact us if you continue to have problems.">There was an error resetting your password. Please try again, or contact us if you continue to have problems.</div>
</div>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6487ac8fc3473ff5e50aa2ef" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
</body>
</html>