|
Irreversable options.
1. delete the user's record.
2. change the user's password to something like "I'm banned" in clear text in the database. You can't reverse this unless you saved the previous password hashcode somewhere.
Reversable option
1. Change the record's grade to 0.
|