Corner case handling for non existing email address#601
Corner case handling for non existing email address#601spuetz wants to merge 1 commit intoTivix:masterfrom
Conversation
Special handling if there is no corresponding email address object for the EmailAddress model, this could happen if the rest_auth app has been installed after some users had already been created.
|
As convenient as this method is, I don't think, that marking emails as verified should be DRA default behaviour.
|
|
But then you just argue against the default value of |
|
Hi, new repo link: https://github.com/jazzband/dj-rest-auth (I'm not the upkeeper of that repo, it just makes sense for me to help you merge your PR) |
Special handling if there is no corresponding email address object for the EmailAddress model,
this could happen if the rest_auth app has been installed after some users had already been created.