{% extends "base.html" %} {% block page_name %} Auto-anonymize account - {% endblock %} {% block breadcrumb %} > Users > {{ user.username }} > Auto-anonymize {% endblock %} {% block content %}

Auto-anonymize Account

{% csrf_token %}

You can use this form to "anonymize" you account. This means a few things:

  • Your posts, threads, and thanks will be transfered to a different user. They will appear as if someone else submitted them. Your account will have no records associated with it.
  • Your account will be banned. You will not be able to log in again. This also means you will not be able to edit your posts any more.
  • It does nothing to deal with other posters identifying you and your posts. You should assume a determined adversary will be able to divine your authorship of a post based on reactions and other posts.
  • This process is not reversable

Be super mega sure this is what you want to do before clicking submit, I will not be undoing this if you change your mind later. Also bear in mind that while this action will not be reversed, it doesn't mean it can't be.

{% endblock %}