Beginner Help: How Can I Add a User and Sign In as That User?

Hi everyone,
I’m new to Glide and I’m having trouble with the sign-in feature.
I created a table for user profiles with columns like Name, Email, Row ID, and Login Status. I also connected it to the user profile screen in the side menu. But when I try to sign in with an email, I keep getting this message:
“The email address doesn’t have access to this app. Please try another.”

I would really appreciate it if someone could explain the correct steps to:

  1. Add a user to my app manually (so they can log in).
  2. Set up the sign-in screen properly.
  3. Make sure the app recognizes the email and logs the user in correctly.

Since I’m still learning, please explain in simple steps if possible :blush:
Thanks so much for your help!
Best regards,

Can you show us your Privacy settings for the app, and what plan are you on?

Go to Settings > Access and play around with them. By default it’s set to Private > Users table so only people in your Users table can sign in or access the app. Setting it to Public will allow anyone to sign in to the app (or create an account if they don’t have one), and you can choose if you want sign-in to be required or optional.

If you want to keep it as Private, to add users, simply just add a row to the Users table in the Data editor, and fill out the name, email and other details, and they will be able to sign in with that email :blush:

thank you so much for your help i appreciate it , but i cant select anything in the users table , it shows me all the sheets in my data that i had created but i cant select one .

Do you have user profiles configured correctly?

1 Like

i think when i created the app for the first time , i deleted the users table glide gives , now i have none

I would reconfigure your user profile to use one of your existing tables. Then set that table as the user table in your privacy settings. Then your login should work for the users in that table.

3 Likes

thank you so much , that works perfect with me .

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.