All my users must be invited by email to be able to log in .
Users who have already registered can link their account with their Google / Facebook account.
On my homepage, I show the Popup Log In :
FB LOGIN
GOOGLE LOGIN
Email/Password
@Bubble Since the action does both Signup + login with a social network, can we prevent the creation of a new account if the user click on Facebook or Google ?
The only way I see is deleting the account if User's uses password = no but that’s not a clean way.
Just to be sure
you want the user to Login/Signup using the email/password process right?
So I believe that you want them to connect Google or Facebook to get some information from there or use their API for any other stuff.
Actually, for what I know, If user Login/Signup using in a way (email, google, facebook…) he need to always use the same way to connect. But I may be wrong. There’s few topic about that on the forum.
I remember. I know a lot of system (almost all) that struggling with this. They allow a lot of different way to login and once you have login with one, they cannot handle if you use a different way to login.
Not sure if this is not a bad thing for security. But I believe a solution should be found.
It’s a real problem when we want to set up worflow when the a user sign up (like timer…) and we can’t trigger this worflow each time the user log in. So if a user sign up by the log in page it will create an error in the app.
I don’t understand why the social media log in/ sign up is on the same worflow action!