{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2013 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %} {% blocktrans %}Account Deleted{% endblocktrans %} {% endblock %} {% block text_title %}

{% trans "Account Deleted" %}

{% endblock %} {% block content %}

{% blocktrans %}Your Ubuntu One account has now been deleted. All emails associated with the account have been removed. You can sign up for a new account with any of those emails if you want. {% endblocktrans %}

{% blocktrans %}All authentication tokens associated with the account have also been deleted. That means any apps using that account will have to login again with a different account. {% endblocktrans %}

{% blocktrans %}The openid identifier associated with the account has been reserved so that it cannot be given out to anyone else. This is so that no-one can impersonate you using openid. If you sign up for a new account you will have a different openid identifier. {% endblocktrans %}

{% endblock %}