Implement account authentication (server)
This commit is contained in:
@@ -141,6 +141,8 @@ export class User {
|
||||
|
||||
export enum Rank {
|
||||
Unregistered = 0,
|
||||
// After all these years
|
||||
Registered = 1,
|
||||
Admin = 2,
|
||||
Moderator = 3,
|
||||
// Giving a good gap between server only internal ranks just in case
|
||||
|
||||
Reference in New Issue
Block a user