{% extends "base.html" %} {% block content %}
shrunk's userclasses are managed by a flag system. Users can have any combination of flags assigned to them and each flag will allow specific permissions for the user.
For example, the flag "A" will give administrator privileges while flag "V" will allow the user to create vanity URLs. If a user is assigned "A" but not "V", then they will not be able to create vanity URLs depsite having admin privileges.
There are currently no administrators in the database.
{% endfor %}