fix(api): Avoid the creation of users using djangos createsuperuser command

This commit is contained in:
Georg Krause 2023-06-07 09:31:59 +02:00 committed by JuniorJPDJ
commit a46c8e7f41
3 changed files with 27 additions and 2 deletions

View file

@ -0,0 +1,3 @@
Prohibit the creation of new users using django's `createsuperuser` command in favor of our own CLI
entry point. Run `funkwhale-manage fw users create --superuser` instead. (#1288)