mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
user login & middleware complete
This commit is contained in:
@@ -27,7 +27,7 @@ func init() {
|
||||
Required: true,
|
||||
Presentable: true,
|
||||
MaxSelect: 1,
|
||||
Values: []string{"admin", "editor", "viewer"},
|
||||
Values: dbmodels.USER_ROLES,
|
||||
}
|
||||
|
||||
collection.Fields.Add(settingsField)
|
||||
|
||||
Reference in New Issue
Block a user