mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
66df7a31b0
At some places, the string that DOMAIN_REGISTRATION is got used like a boolean (an easy misassumption to make while in python and dealing with the config dict), making `DOMAIN_REGISTRATION=False` act as a truthy value. To stop such future problems from happening, coerce environment config strings to real bools. closes #830 |
||
---|---|---|
.. | ||
internal | ||
translations | ||
ui | ||
__init__.py | ||
configuration.py | ||
debug.py | ||
dkim.py | ||
manage.py | ||
models.py | ||
utils.py |