1#!/usr/bin/env python3
 2
 3"""This directory is for files relating to user functionality.
 4
 5Currently we deal with users in several ways:
 6
 7- ssh users to operational systems
 8- database users
 9- named CHART database connections
10- Django users (ssh authentication)
11- Django users (internal authentication)
12- Admins in project_settings.py file
13- supervisord notifications in supervisorctl.conf
14- The new roles.xml email distribution file
15
16This directory may reflect a start to unifying these systems.
17
18Please do not reference any cartoons to make jokes about this directory.
19
20"""