I have an App where drivers make some records.
But they all use the same email.
I would like any idea to create a login or a login screen and after login only the logged driver’s records appear.
I have an App where drivers make some records.
But they all use the same email.
I would like any idea to create a login or a login screen and after login only the logged driver’s records appear.
Hi @NILBOX ,
I haven’t done this before, but I think you would have a table with a form as the first landing page when the app is opened.
There would a dropdown field with the names of all your users (if you just wanted to know who you’re dealing with. But if need security, then you can have a manual text box for username and password.
You’d save that to the User Settings table. This is under Data and then an Options drop down at the bottom under all your other tables.
Then you’d have a separate security table that you’ve previously stored all the username and passwords for.
You’d have a login Action button on your first form that only allows you to move to the other pages of the app if what you have entered matches the security table. Once they are in, you can use the User Settings to see the username selected and then do stuff from there.
Cheers ![]()