You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Richard Nienaber 908136c557
add configuration option to restrict users by default (#16256)
* add configuration option to restrict users by default

* default IsRestricted permission only set on sign up

setting this in the model messes with other workflows (e.g. syncing LDAP users) where the IsRestricted permission needs to be explicitly set and not overridden by a config value

* fix formatting

* Apply suggestions from code review

* ensure newly created user is set to restricted

* ensure imports are in the correct order

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
3 years ago
..
setting Fix activation of primary email addresses (#16385) 3 years ago
auth.go add configuration option to restrict users by default (#16256) 3 years ago
auth_openid.go Refactor routers directory (#15800) 3 years ago
avatar.go Refactor routers directory (#15800) 3 years ago
home.go Improve performance of dashboard list orgs (#16099) 3 years ago
home_test.go Refactor routers directory (#15800) 3 years ago
main_test.go Refactor routers directory (#15800) 3 years ago
notification.go Refactor routers directory (#15800) 3 years ago
oauth.go Add asymmetric JWT signing (#16010) 3 years ago
profile.go Add Visible modes function from Organisation to Users too (#16069) 3 years ago
task.go Add Status Updates whilst Gitea migrations are occurring (#15076) 3 years ago