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
It's pretty hard to understant the login / signin mechanism your have implemented (and that you currently refactoring as I see in incoming branch).
User can currently :
Create a local account (email / password) --> Not trusted email
Sign in with facebook, twitter... which creates an account with no password
--> Potentially trusted email
--> Then the user can set a password to localy login
In the incomming version there is some kind of fusion mechanism
A real bag of bones, espatially when combining trusted emails with not trusted ones.
ex : how to handle someone who created a local account with my email if there is not email validation and then I want to connect with my facebook account (same email)
Wouldn't it be more easy to just consider each as separated accounts ?
(Facebook and twitter accounts can't set a password)
Thank's in advance
The text was updated successfully, but these errors were encountered:
Hi,
It's pretty hard to understant the login / signin mechanism your have implemented (and that you currently refactoring as I see in incoming branch).
User can currently :
--> Potentially trusted email
--> Then the user can set a password to localy login
A real bag of bones, espatially when combining trusted emails with not trusted ones.
ex : how to handle someone who created a local account with my email if there is not email validation and then I want to connect with my facebook account (same email)
Wouldn't it be more easy to just consider each as separated accounts ?
(Facebook and twitter accounts can't set a password)
Thank's in advance
The text was updated successfully, but these errors were encountered: