[Question]: How to manually ban users #1560
-
What is your question?I provide this service for my club and use points to redeem usage permissions on a monthly basis. However, not everyone needs it every month, so in some months, I need to temporarily cancel the usage permissions of some users. What should I do More DetailsIf there are corresponding parameters in SQL that represent the banned user, that would be great What is the main subject of your question?No response ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is a simple helper script which you can use to ban users. Using it depends on how you run the app. If using docker, you need to enter the container shell and run |
Beta Was this translation helpful? Give feedback.
There is a simple helper script which you can use to ban users. Using it depends on how you run the app.
If using docker, you need to enter the container shell and run
npm run ban-user
. Otherwise you can run the same command in the project folder, provided you have node/npm installed.