Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Listen for post_save on
EmailAsUsernameProxyUser
Before, we were listening to the `allauth.user_signed_up` signed up signal to create the UserMetadata. This doesn't work if the `User` is created with the `createsuperuser` management command, as composed-configuration overrides that to create a user of type `EmailAsUsernameProxyUser` (which is a subclass of `User`).
- Loading branch information