Multiple superusers?

During install, I create a superuser with
commcare-cloud monolith django-manage make_superuser myemail@mydomain.com

Is it possible to create another superuser with the same command? What if the account already exists, will the command just add superuser capabilities?

Thanks!

Hi Ed,

Thanks for reaching out. There's no limitation to the number of superusers you can create, so you can create another superuser if needed. Additionally, if the user already exists the command will simply give that user the necessary superuser privilileges (as opposed to creating a new user).

1 Like

Thanks for confirming @zandre_eng !