Hi Bubblers
I have an app where users can interact with each other (booking, messages, questions…)
I build a simple “flag” functionnality, that allows users to flag each other in the case someone post inappropriate content. and will review each flag.
I am looking for a way to disable a user that has been flagged by others.
When a user is inactive or flagged, and logged in. I’d like to automatically redirect to a specific page, saying the account is disable and what they have to do to be unflagged.
I tried this way :
Set an option sets to identify flagged and disable users.
Created a datafield “user status” in the user tab with this option sets.
What I am trying to do is :
When current user “user status” is “flagged” or “disable” -> Log the user out -> go to page xxx.
I assumed it would work with backend workflows (either with a “custom event” or a “trigger a data event”. Log out doesn’t seem to work neither go to page (not available for Backend workflows)
I don’t want to have to put a workflow on each page as I may forgot to add it somehow in the future.
Any Ideas ?
Many thanks