How to allow users to sign in with "User ID"?

Hi, so I have created a sign up page with the following input fields:

Full Name, User ID, Email, Password, One-Time Password

However, my database doesn’t log the “User ID” field. So I want to log the user ID Field and also want to know how to use the User ID Field to log the user in.

Hello @18bond.isaac

To log the user with a custom field you can try some tricks, Ill simulate here something like this:
image

In the workflow you can do a search for users and add a constraint to find with the id, then get the first result’s email, like this:

I’ll try this ASAP but my user id’s aren’t being logged in to my database…I’m not sure how to get an input text to log in a database. I’m very very new to this haha