Closed tcompa closed 3 months ago
The list of allowed users is read from a file whose path is specified using the ALLOWED_USERS
environment variable.
The file contains a list of user email addresses separated by newlines:
Example:
admin@fractal.xy
foo@example.com
Rather than checking that a user is a superuser, let's check whether their username is listed in some ALLOWED_USERS configuration file.