Thinking this could be useful if someone is spammy or otherwise trying to be malicious. A new table, user_blocks would be good, with fields user_id, comment for why they're blocked.
If a user signs in and a user block record exists for them, they should see some generic message and not be able to use any of the app.
Thinking this could be useful if someone is spammy or otherwise trying to be malicious. A new table,
user_blocks
would be good, with fields user_id, comment for why they're blocked.If a user signs in and a user block record exists for them, they should see some generic message and not be able to use any of the app.