There is no real validation of a “email” in config panel → email validation in config panel is too relax... · Issue #2058 · YunoHost/issues · GitHub
So i added a Django System check for this in django_yunohost_integration/system_checks.py
The problem: It creates only WARNINGS on startup. They can be seen in install/upgrade output, e.g.:
They also added to the log, e.g.: https://paste.yunohost.org/raw/osegoludap
I can’t change the Warning
to an Error
, because then the app will not start.
Any idea to be LOUDER here? (Okay the real fix is to validate the email in config panel more strict. But it’s just an example for other cases…)