Can I log users with other field except their email?
I want to log them with their mobile number or the number or their personal documents.
It is because there are people that do not have an email.
Can I log users with other field except their email?
I want to log them with their mobile number or the number or their personal documents.
It is because there are people that do not have an email.
Yes, that is definitely possible.
What you’d do is upon them clicking login, your workflow would be something like:
Step 1) log the user in
Email = Do a search for Users, constraint = phone number = (INPUT where they type their phone number to log in)
Password = INPUT password.
Does that make sense?
We have a tutorial for this at nocodify.com, if you’re looking to watch a guide-through video walkthrough
Tal
This topic was automatically closed after 70 days. New replies are no longer allowed.