You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/07/16 16:31:29 UTC

[GitHub] [incubator-superset] etr2460 commented on issue #10343: Why is email uniqueness enforced?

etr2460 commented on issue #10343:
URL: https://github.com/apache/incubator-superset/issues/10343#issuecomment-659526545


   I can't comment on why email uniqueness was originally enforced, but you should be able to make multiple users connect to the same email by appending `+something` to the email address.
   
   So you could have an admin account connected to `my.name+admin@example.com` and another account connected to `my.name+restricted@example.com`, and emails should all end up in `my.name@example.com`'s inbox.
   
   I'd recommend the above workaround as opposed to manually removing the unique constraint, as there may be issues/implications with diverging from Superset's db schema. Hope this helps!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org