add user config page and admin menu
This commit is contained in:
@@ -79,6 +79,8 @@ type FieldType string
|
||||
// Fields which can be in a form
|
||||
const (
|
||||
FieldTypeText FieldType = "text"
|
||||
FieldTypeTextarea FieldType = "textarea"
|
||||
FieldTypeNumber FieldType = "number"
|
||||
FieldTypeUsername FieldType = "username"
|
||||
FieldTypeEmail FieldType = "email"
|
||||
FieldTypeCurrentPassword FieldType = "current-password"
|
||||
|
Reference in New Issue
Block a user