{% extends ../base.html %} {% block meta %} {% end %} {% block title %}Crafty Controller - Edit User{% end %} {% block content %}
{% if data['new_user'] %}
{% else %} {% end %} {% raw xsrf_form_html() %}
{% for role in data['roles_all'] %} {% end %}
Role Name Member?
{{ role.role_name }} {% if role.role_name in data['user']['roles'] %} Yes {% else %} No {% end %}

User Config Area

Here is where you can change the configuration of your user

It is recommended to NOT change the paths of a server managed by Crafty. Changing paths CAN break things, especially on Linux type operating systems where file permissions are more locked down.

If you feel you have to change a where a server is located you may do so as long as you give the "Crafty" user permission to read / write to the server path.

On Linux this is best done by executing the following:
sudo chown crafty:crafty /path/to/your/server -R
sudo chmod 2775 /path/to/your/server -R

{% if data['new_user'] %} Delete User
You cannot delete something that does not yet exist {% elif data['user']['superuser'] %} Delete User
You cannot delete a superuser {% else %} Delete User {% end %}
{% end %} {% block js %} {% end %}