diff options
Diffstat (limited to 'modules/auth/admin.go')
-rw-r--r-- | modules/auth/admin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/admin.go b/modules/auth/admin.go index 6e225891dd..975069a4b7 100644 --- a/modules/auth/admin.go +++ b/modules/auth/admin.go @@ -37,6 +37,7 @@ type AdminEditUserForm struct { MaxRepoCreation int Active bool Admin bool + Restricted bool AllowGitHook bool AllowImportLocal bool AllowCreateOrganization bool |