{% extends "closedverse_main/layout.html" %} {% block main-body %}{% load closedverse_user %}{% load closedverse_tags %}

Change settings for {{ user.username }}

  • {% user_sidebar_info user %}

    Set Username:

    Change the account username here.
    If you need to change this, make sure the user is aware of the change, otherwise they won't be able to log in.

  • Profile comment:

    In case you need to change something in this person's profile comment, you can do so here.

  • Set Nickname:

    Change the account nickname here

  • Specify warning or ban reason:

    If you are going to warn or disable someone, PLEASE SPECIFY WHY HERE!
    Nothing feels worse than to get banned or warned without knowing why.

    Show warning
  • Account restrictions:

    Disable account:

    Check this setting to disable the account and prevent new accounts from being made. This is basically the main way to ban people. Remember to specify a reason for doing this.

     

    Lock user settings:

    If you need to lock someone's profile settings, you can do that here!

    Post limit:

    If you need to set a post limit for someone, you can do that here, Set this back to "0" to remove the restriction.

    Restrict image posting:

    If you need to prevent someone from posting images and URLs, you can do that here. This will also prevent this user from making new accounts on the same IP address.

    • Purge content:

      Purge posts:

      Remove all posts from this user.

      Purge comments:

      Remove all comments from this user.

       

      Restore comments and posts:

      Restore purged comments and posts from this user.

  • Metadata:

    {% if request.user.level >= min_lvl_metadata_perms %}

    Each time you view someone's private info, a log is created.

    View private info {% endif %}
    {% if seen_by %}

    Account viewed by:

    {% for seen_by in seen_by %} {% endfor %}
    Time Seen by
    {{ seen_by.created }} {{ seen_by.from_user }}
    {% endif %} {% if has_seen %}

    This user has viewed:

    {% for has_seen in has_seen %} {% endfor %}
    Time Seen
    {{ has_seen.created }} {{ has_seen.target_user }}
    {% endif %}
  • {% csrf_token %}

    More settings will be added soon!

    {% endblock %}