~mfoord/canonical-identity-provider/keep-passwords

« back to all changes in this revision

Viewing changes to src/webui/templates/ubuntuone/account/delete.html

Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
{% block content %}
20
20
 
21
 
<p>{% blocktrans %}Are you sure you want to delete your account? This is
22
 
permanent and can't be undone. You will lose access to Ubuntu One and any
23
 
other services that relied on your Ubuntu One account.
24
 
{% endblocktrans %}</p>
 
21
<p>{% blocktrans %}Please be aware that deleting your {{ brand_description }} 
 
22
account means you'll lose access to all your accounts tied to your 
 
23
{{ brand_description }} login. This means you won't be able to change their 
 
24
status or cancel any services associated.
 
25
{% endblocktrans %}</p>
 
26
 
 
27
<h2>{% trans "Ubuntu One subscriptions:" %}</h2>
 
28
 
 
29
<p>{% blocktrans %}Before deleting your {{ brand description }} account, please make sure 
 
30
you've cancelled all your paid subscriptions (either storage, music streaming, or both). 
 
31
Deleting your login account does not yet cancel all payments automatically and thus, if
 
32
you don't cancel them yourself, you will be charged on your credit card or
 
33
paypal account after deleting the account.
 
34
{% endblocktrans %}</p>
 
35
 
 
36
<p>{% blocktrans %}For instructions on how to cancel your subscriptions read:
 
37
{% endblocktrans %}<a href="https://one.ubuntu.com/help/faq/how-do-i-downgrade-or-cancel-my-ubuntu-one-account/">{% trans "How do I downgrade or cancel my Ubuntu One account" %}</a>
 
38
</p>
 
39
 
 
40
<h2>Launchpad:</h2>
 
41
 
 
42
<p>{% blocktrans %}All content published under your launchpad user will remain
 
43
public unless you deactivate your launchpad account first.  
 
44
{% endblocktrans %}</p>
 
45
 
 
46
<h2>{% trans "Other services:" %}</h2>
 
47
 
 
48
<p>{% blocktrans %}Landscape, Ubuntu wiki sites, Ubuntu Forum and AskUbuntu 
 
49
accounts won't be deleted, but you will lose access to those too. You should 
 
50
contact each team if you want to make sure each of those are eliminated too.
 
51
{% endblocktrans %}</p>
 
52
 
 
53
<p>{% blocktrans %}For more information check out:{% endblocktrans %}
 
54
<a href="https://one.ubuntu.com/help/faq/how-do-i-downgrade-or-cancel-my-ubuntu-one-account/">{% trans "How do I downgrade or cancel my Ubuntu One account" %}</a>. 
 
55
</p>
 
56
<p>{% blocktrans %}Please take a moment to read through this page and make sure
 
57
you understand the consequences of deleting your account before you confirm
 
58
this action.
 
59
{% endblocktrans %}</p>
 
60
 
25
61
{% include "widgets/last_auth_sites.html" %}
26
62
<form action="" method="post" class="shortfields"> 
27
63
    {% csrf_token %}