User management panel (#289)
This commit is contained in:
@@ -6,4 +6,5 @@ type User struct {
|
||||
Password string `json:"password"`
|
||||
// PasswordHash takes precedence over Password.
|
||||
PasswordHash string `json:"password_hash"`
|
||||
Admin bool `json:"admin"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user