mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2026-04-17 09:43:22 +02:00
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