doc.rustdesk.com/v2/user-account.html
2023-07-04 01:13:11 +08:00

91 lines
6.0 KiB
HTML

<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
<!-- Last Published: Tue Jun 13 2023 03:30:47 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="647958a76809616fa75a40a5" 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>
<link href="images/favicon.png?v2" rel="shortcut icon" type="image/x-icon">
<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-useraccountwrapper" data-wf-user-account="true" data-wf-collection="site.siteUser">
<div class="w-users-blockheader">
<h2>My Account</h2>
</div>
<div class="w-users-blockcontent">
<div>
<form method="post" data-wf-user-form-type="userAccount"><label for="Email">Email</label><input type="email" disabled="" name="Email" id="wf-user-account-email" placeholder="" class="w-input w-input-disabled" autocomplete="username" required="" data-wf-user-form-input-type="email"><label for="Name">Name</label><input type="text" class="w-input" maxlength="256" name="" data-name="" data-wf-user-field="wf-user-field-name" placeholder="" id="wf-user-account-name" required="">
<h3>Password settings</h3>
<a href="reset-password.html" class="w-inline-block">Reset password</a><label class="w-checkbox"><input type="checkbox" id="wf-user-account-accept-communications" name="" data-name="" data-wf-user-field="wf-user-field-accept-communications" class="w-checkbox-input"><span class="w-form-label">I consent to receive marketing emails.</span></label><input type="submit" value="Save Changes" data-wait="Saving..." class="w-users-useraccountformsavebutton w-button"><input type="reset" value="Cancel" class="w-users-useraccountformcancelbutton w-button">
</form>
<div tabindex="-1" class="w-users-userformsuccessstate w-form-success">
<p>Your account was updated successfully.</p>
</div>
<div style="display:none" data-wf-user-form-error="true" class="w-form-fail">
<div class="user-form-error-msg" wf-account-update-form-general-error-error="There was an error updating your account. Please try again, or contact us if you continue to have problems." wf-account-update-form-validation-failed-error="There was an error in some of the information provided.">There was an error updating your account. Please try again, or contact us if you continue to have problems.</div>
</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>