How to stop users entering app until they are approved?

Hello all :slight_smile: Thanks for the help!

I am creating a scoring app for a competition and want the users to login and create a profile but only allow them to access the app till they are given a role and approved on the admin end.

I currently have a basic layout of the user onboarding experience (profile page) but need to assign the user a certain role on the admin’s end before allowing them to gain full access to the app.

How would I go about creating such a system?

All suggestions are appreciated :smiley:

You can create a variety of visibility and filters that hide certain components, buttons, tabs, edit modes based on a column in your user profile sheet. As long as you have user profiles configured, then any column from the user profile sheet is available to use throughout the app.

1 Like