Replaced one-pager with multiple pages and fixed security bugs
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package main
|
||||
|
||||
type User struct {
|
||||
ID int64 `json:"id"`
|
||||
Username string `json:"username"`
|
||||
DisplayName string `json:"display_name"`
|
||||
Language string `json:"language"`
|
||||
IsSystemAdmin bool `json:"is_system_admin"`
|
||||
ID int64 `json:"id"`
|
||||
Username string `json:"username"`
|
||||
DisplayName string `json:"display_name"`
|
||||
Language string `json:"language"`
|
||||
IsSystemAdmin bool `json:"is_system_admin"`
|
||||
MustChangePassword bool `json:"must_change_password"`
|
||||
}
|
||||
|
||||
type Competition struct {
|
||||
|
||||
Reference in New Issue
Block a user