{% 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.

    Restrict invite creation:

    This site has an invitation function. If this invite function is active, users will need a code to sign up. Every user can make a code as long as they are allowed to do so. Check this box to prevent this user from making invites.

    • 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:

    User agent: {% if user.user_agent %}{{ user.user_agent }}{% else %}Data missing{% endif %}

    Rank: {% if user.staff %}Staff member.{% elif not user.level <= 0 %}Moderator. (Level {{ user.level }}){% else %}Regular user.{% endif %}

     

    {% if request.user.level >= min_lvl_metadata_perms %} View private info {% endif %}
    {% if accountmatch %}

    Account(s) found with the same IP address.

    {% for accountmatch in accountmatch %} {% endfor %}
    {{ accountmatch.username }}
    {% 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 %}