# Default access and authenticated access

**URL:** https://community.glideapps.com/t/default-access-and-authenticated-access/9489
**Category:** Ask for Help
**Created:** [May 20, 2020, 2:59pm UTC](https://community.glideapps.com/t/default-access-and-authenticated-access/9489 "2020-05-20T14:59:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![NorrisealWellmark](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/norrisealwellmark/32/7665_2.png) [@NorrisealWellmark](https://community.glideapps.com/u/NorrisealWellmark)
#### Post date: [May 20, 2020, 2:59pm UTC](https://community.glideapps.com/t/default-access-and-authenticated-access/9489/1 "2020-05-20T14:59:46Z")

</div>

Hi!  
Can someone one help me with the following?

I am trying to implement the user login authentication, however we do have a lot users that I do not want everyone to login every time because 95% the users are just read-only users, they don’t need to add/edit/delete. However the 5% users needs to edit/add/delete to maintain the database and they will need to log in.

I couldn’t figure out how to implement this feature, can you please help?

Thanks in advance

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 20, 2020, 5:44pm UTC](https://community.glideapps.com/t/default-access-and-authenticated-access/9489/2 "2020-05-20T17:44:09Z")

</div>

Some ideas:

> [@Trying to build a referral system](https://community.glideapps.com/t/trying-to-build-a-referral-system/9043/4):
>
> A thought for Visibility is to use user profiles like I described, but just check if email is empty or not from the user profile. It should only be filled if the user is signed in, so there is no need to check ‘is signed in user’ when you can simply check if the user profile email is filled. [image] [image] Another thought to work around filters is you could probably set up your tabs in detail view, then on the sheet you are using for each tab, add a template column that gets the email from …

---

<div class="post-metadata">

### Author: ![NorrisealWellmark](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/norrisealwellmark/32/7665_2.png) [@NorrisealWellmark](https://community.glideapps.com/u/NorrisealWellmark)
#### Post date: [May 20, 2020, 7:18pm UTC](https://community.glideapps.com/t/default-access-and-authenticated-access/9489/3 "2020-05-20T19:18:47Z")

</div>

Thank you sir, it looks like what I needed. I will let you know how it goes!
