~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlprofile/edit_profile.html

  • Committer: franku
  • Date: 2018-09-19 18:30:17 UTC
  • mfrom: (497.2.17 delete_user)
  • Revision ID: somal@arcor.de-20180919183017-0mhtkxmycgn3b4lz
make it possible for a user to delete himself, anonymize his data

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                <input type="submit" value="{% trans "Save" %}" />
42
42
                {% csrf_token %}
43
43
        </form>
44
 
        <br />
45
 
        <br />
46
 
        <p>
47
 
                <a href="{% url 'auth_password_change' %}">Change website password</a>
48
 
                <br />
49
 
                You will be redirected to an encrypted connection. The website password is <strong>not</strong> transmitted in cleartext.
50
 
        </p>
51
 
        <p>
52
 
                <a href="{% url 'wlggz_changepw' %}">Change online gaming password</a>
53
 
                <br />
54
 
                <strong class="errormessage">WARNING: The online gaming password is transmitted in cleartext. Do not use your website password!</strong>
55
 
        </p>
 
44
 
 
45
        <h2>Other options:</h2>
 
46
        <ul>
 
47
                <li><a href="{% url 'auth_password_change' %}">Change website password</a></li>
 
48
                <li><a href="{% url 'wlggz_changepw' %}">Change online gaming password</a></li>
 
49
                <li><a href="{% url 'delete_me' %}">Delete me</a></li>
 
50
        </ul>
56
51
</div>
57
52
{% endblock %}