Subterfuge-Revived / Remake-Backend

Server side validation and API
Creative Commons Zero v1.0 Universal
10 stars 1 forks source link

Account banning #38

Open QuinnBast opened 3 years ago

QuinnBast commented 3 years ago

Enhancement Description

Accounts should, unfortunately, be able to be banned from the game.

Solution

The user table should have an isBanned flag. Or potentially we just have a role that is named banned which will prevent a player from accessing their account. This also means that the bug reports & suggestions area should likely have a ban appeal option as well.

pisanovo commented 3 years ago

In addition to a isBanned flag it might be an option to add a timestamp bannedUntil for temporary bans.