fix(api): Avoid the creation of users using djangos createsuperuser command
This commit is contained in:
parent
3f5758aa7f
commit
a46c8e7f41
3 changed files with 27 additions and 2 deletions
3
changes/changelog.d/1288.feature
Normal file
3
changes/changelog.d/1288.feature
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue