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.
gitea/routers/web/user/setting
Zisu Zhang 66923e02d2
Enhance USER_DISABLED_FEATURES to allow disabling change username or full name (#31959)
Fix #31958
Enhanced `USER_DISABLED_FEATURES`(also `EXTERNAL_USER_DISABLE_FEATURES`)
option in `[admin]` section.
Added following values:
- `change_username`: Disable change username
- `change_full_name`: Disable change full name
---

Progress:
- [x] Update code
- [x] Update translations
5 months ago
..
security Allow disabling authentication related user features (#31535) 8 months ago
account.go Remove urls from translations (#31950) 6 months ago
account_test.go Move context from modules to services (#29440) 1 year ago
adopt.go Move context from modules to services (#29440) 1 year ago
applications.go Allow disabling authentication related user features (#31535) 8 months ago
block.go Allow disabling authentication related user features (#31535) 8 months ago
keys.go Allow disabling authentication related user features (#31535) 8 months ago
main_test.go make writing main test easier (#27270) 1 year ago
oauth2.go Move context from modules to services (#29440) 1 year ago
oauth2_common.go add skip secondary authorization option for public oauth2 clients (#31454) 7 months ago
packages.go Allow disabling authentication related user features (#31535) 8 months ago
profile.go Enhance USER_DISABLED_FEATURES to allow disabling change username or full name (#31959) 5 months ago
runner.go Move context from modules to services (#29440) 1 year ago
webhooks.go Allow disabling authentication related user features (#31535) 8 months ago