You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason this is happening is because composed-configuration overrides the User.create_superuser method. (here)
A signal is being triggered, but with a sender of composed_configuration._allauth_support.createsuperuser.EmailAsUsernameProxyUser, not django.contrib.auth.models.User.
A post save signal on the
User
model isn't triggered when using thecreatesuperuser
command.Related dandi/dandi-archive#1085.
The text was updated successfully, but these errors were encountered: