-
Notifications
You must be signed in to change notification settings - Fork 0
/
update-password.html
executable file
·44 lines (44 loc) · 3.03 KB
/
update-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
43
44
<!DOCTYPE html><!-- Last Published: Tue Sep 19 2023 15:49:59 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="64ecd618d6d5e8116c4ad0cb" data-wf-site="64d114bfdebe9b46e36cc723">
<head>
<meta charset="utf-8">
<title>Futurica Media</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/futurica-media.webflow.css" rel="stylesheet" type="text/css">
<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.ico" 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-userupdatepasswordformwrapper">
<div tabindex="-1" class="w-users-userformsuccessstate w-form-success">
<div class="w-users-userformheader"><img src="https://d3e54v103j8qbb.cloudfront.net/img/thumbs-up-72.cbcaec93bc.svg" loading="lazy" alt="">
<h2>Password updated</h2>
</div>
<p>Your password was updated successfully. You were automatically logged in and can continue your session.</p>
<a href="index.html" class="w-button">Go to Homepage</a>
</div>
<form method="post" data-wf-user-form-type="updatePassword">
<div class="w-users-userformheader">
<h2>Update Password</h2>
</div>
<p id="wf-update-password-paragraph">Please enter your new password in the field below. Make sure you are not using your current password.</p><label for="wf-update-password">New Password</label><input type="password" maxlength="256" placeholder="" name="Password" id="wf-update-password" aria-describedby="wf-update-password-paragraph" class="w-input" required="" data-wf-user-form-input-type="password"><input type="submit" value="Update 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-update-pw-form-general-error-error="There was an error updating your password. Please try again, or contact us if you continue to have problems." wf-update-pw-form-weak-password-error="Your password must be at least 8 characters.">There was an error updating 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=64d114bfdebe9b46e36cc723" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
</body>
</html>