Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email alias feature #4

Open
cnrdh opened this issue Sep 25, 2015 · 2 comments
Open

Email alias feature #4

cnrdh opened this issue Sep 25, 2015 · 2 comments

Comments

@cnrdh
Copy link
Member

cnrdh commented Sep 25, 2015

Mechanism to allow login with different emails connected to the same account (short@ vs. full.name@)

@cnrdh
Copy link
Member Author

cnrdh commented Sep 28, 2015

Hmm, we can maybe handle this on the client (simply looking up logins without a ".")

@cnrdh
Copy link
Member Author

cnrdh commented Oct 23, 2015

Implies "type" (alias|user) needs to be added to all users

{
   "_id": "[email protected]",
   "email": "[email protected]",
  "type": "alias"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant