Permissions Question

Hello!

I’m trying to figure out permissions. I have a page that I would only like to give access to users with a certain email address.

However I am able to view this page in a private window even if I have not logged in.

Any help is appreciated =)

https://www.screencast.com/t/KbkRFjKkh3ly

Permissions are used to specify criteria for being able to view/edit data types (that is, data that’s stored in the database), and not for pages.

To keep people out from a page, you need to use Actions such as redirect, and Only if to make sure only the right people have access. Note that scripts are not run immediately, and page elements will usually be visible for a second until it had has time to redirect the user. So you might want to use Conditions as well, to keep sensitive elements hidden from view.

If all this sounds like greek, let me know, and I’ll elaborate :slight_smile:

Hi Petter,

Thank you for the response. If you could elaborate a little that would be great! I am still relatively new to Bubble and learning my way around.

This topic was automatically closed after 70 days. New replies are no longer allowed.