{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Delete an FTP login. The home directory is never removed: it is the website's own content and is shared with the web server. {% endcomment %} {% block title %}Delete FTP account{% endblock %} {% block content %}

Delete FTP account

Removing a login revokes access immediately. Files stay where they are.

Deleting an account only removes the login from Pure-FTPd's database. The directory it was chrooted to is left untouched, because it holds the live website.

Website

Accounts

Nothing to delete

This website has no FTP logins.

Login Home directory Action
{% endblock %} {% block scripts %} {% endblock %}