Change password or block user

can i let to super user to block other users in app?
how?

Hi @moshe212! Blocking is definitely possible, but it can take several different forms:

  1. Preventing signing in
  2. Hiding content
  3. Hiding content for specific user

To implement the first one, you can likely achieve this by having a conditional screen action that will redirect the user to an error screen when the attempt to sign in.

For the second & third, you can usually use show / hide logic to hide content from the screens of users viewing content.

1 Like