- add mechanism for database upgrades
- add ban reason - add api endpoints for banning - moderators can now list users/bots, and perform basic updates
This commit is contained in:
@@ -14,6 +14,7 @@ public class User
|
||||
public string? PasswordResetCode { get; set; }
|
||||
public Rank Rank { get; set; }
|
||||
public bool Banned { get; set; }
|
||||
public string? BanReason { get; set; }
|
||||
public IPAddress RegistrationIP { get; set; }
|
||||
public DateTime Joined { get; set; }
|
||||
public bool Developer { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user