-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdelete-account.html
More file actions
103 lines (92 loc) · 4.32 KB
/
Copy pathdelete-account.html
File metadata and controls
103 lines (92 loc) · 4.32 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Delete your account — Obelus</title>
<meta name="description" content="How to delete your Obelus (Guilds) account, what is erased, and what is retained.">
<meta name="robots" content="index,follow">
<meta name="theme-color" content="#090B12">
<link rel="canonical" href="https://obelus.fi/delete-account">
<meta property="og:title" content="Delete your account — Obelus">
<meta property="og:description" content="How to delete your Obelus (Guilds) account, what is erased, and what is retained.">
<meta property="og:url" content="https://obelus.fi/delete-account">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Obelus Technology Ltd">
<meta property="og:image" content="https://obelus.fi/og.png">
<meta property="og:image:width" content="2400">
<meta property="og:image:height" content="1260">
<meta property="og:image:alt" content="Obelus — Reliable solutions for a connected world">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://obelus.fi/og.png">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1760 1760'><rect width='1760' height='1760' fill='black'/><path d='M1760 880H880L1123 563H1760V880Z' fill='%23EDEEF0'/><path d='M0 880H880L637 1197H0V880Z' fill='%23EDEEF0'/></svg>">
<link rel="stylesheet" href="pages.css">
</head>
<body>
<header class="nav">
<div class="wrap nav-in">
<a class="mark" href="index.html">
<svg class="glyph" viewBox="0 563 1760 634" aria-hidden="true" focusable="false"><path d="M1760 880H880L1123 563H1760V880Z"/><path d="M0 880H880L637 1197H0V880Z"/></svg>
<span>Obelus</span>
</a>
<a class="back" href="index.html">← Back to obelus.fi</a>
</div>
</header>
<main>
<div class="wrap">
<article class="pane doc">
<p class="t-label">Account</p>
<h1>Delete your account</h1>
<p class="updated">Applies to Guilds accounts on web, iOS, and Android</p>
<p class="intro">You can delete your Obelus account yourself, from inside the app,
on any platform. Deletion is immediate and permanent.</p>
<h2>From the app</h2>
<ol>
<li>Sign in and open <b>Settings</b>.</li>
<li>Choose <b>Delete account</b>.</li>
<li>Confirm. Your account is deleted immediately.</li>
</ol>
<h2>Without the app</h2>
<p>If you can no longer sign in, or have uninstalled the app, email
<a href="mailto:support@obelus.fi?subject=Account%20deletion%20request">support@obelus.fi</a>
with the subject “Account deletion request” and your handle. We will verify the
request and delete the account.</p>
<h2>What is deleted</h2>
<ul>
<li>Your profile: handle, display name, avatar, and bio.</li>
<li>All of your sessions and passkeys, which are revoked immediately.</li>
</ul>
<h2>What is retained</h2>
<ul>
<li>Immutable economic ledger records (gold and item movements) are retained to
keep every guild's ledger consistent, but they no longer identify you.</li>
<li>Content required for other members' context may remain but is disassociated
from your deleted profile.</li>
</ul>
<h2>Virtual currency</h2>
<p>Gold has no cash value and any remaining balance is forfeited on deletion; it is
non-refundable except where required by law or the applicable app store's rules.</p>
<h2>Questions</h2>
<p>See the <a href="privacy.html">Privacy Policy</a> for the full retention policy,
or email <a href="mailto:support@obelus.fi">support@obelus.fi</a>.</p>
</article>
</div>
</main>
<footer>
<div class="wrap">
<nav class="foot-links" aria-label="Footer">
<a href="index.html">Home</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="support.html">Support</a>
<a href="delete-account.html">Delete account</a>
</nav>
<p class="registered">
Obelus Technology Ltd is a private limited company registered in England and Wales,
company number <b>17397142</b>. Registered office: Office 20685, 182-184 High Street
North, East Ham, London E6 2JA.
</p>
</div>
</footer>
</body>
</html>