2023-06-02 08:29:37 +02:00
<!DOCTYPE html> <!-- This site was created in Webflow. https://www.webflow.com -->
2023-06-13 05:33:31 +02:00
<!-- Last Published: Tue Jun 13 2023 03:30:47 GMT+0000 (Coordinated Universal Time) -->
2023-06-02 08:29:37 +02:00
< html data-wf-page = "647958a76809616fa75a4039" data-wf-site = "64468462c3c33867c168df09" >
< head >
< meta charset = "utf-8" >
< title > RustDesk< / 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/rustdesk.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 >
2023-07-03 19:13:11 +02:00
< link href = "images/favicon.png?v2" rel = "shortcut icon" type = "image/x-icon" >
2023-06-02 08:29:37 +02:00
< link href = "images/webclip.png" rel = "apple-touch-icon" >
< style >
:root {
--accent: #024eff;
--accent-light: #0071ff;
--accent-background-light: #E3F3FF;
}
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
background-color: var(--accent);
border-color: var(--accent);
}
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
background-color: var(--accent-light);
border-color: var(--accent-light);
}
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
color: var(--accent);
}
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
color: var(--accent-light);
}
[class^="icon-featured-large-"] {
background: var(--accent-background-light);
}
#scammer-banner {
display: none;
}
< / style >
< / 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=64468462c3c33867c168df09" type = "text/javascript" integrity = "sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin = "anonymous" > < / script >
< script src = "js/webflow.js" type = "text/javascript" > < / script >
< script >
window.addEventListener("load", function() {
var star = document.getElementById("github-star");
if (star) {
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
}
var banner = document.getElementById("scammer-banner");
if (banner) {
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
}
var link = document.getElementById("close-scammer-banner");
if (link) {
link.addEventListener("click", function(event) {
event.preventDefault();
localStorage.setItem("hide-scammer", "Y");
});
}
});
< / script >
< script >
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console& & console.error& & console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e< analytics.methods.length ; e + + ) { var key = analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t = document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + " / analytics . min . js " ; var n = document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
analytics.page();
}}();
< / script >
< / body >
< / html >