Allow options to disable user ssh keys configuration from the interface on app.ini (#29447)

Follow #29275
Extract from #20549
Fix #24716

---------

Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
Lunny Xiao 2024-03-04 15:50:21 +08:00 committed by GitHub
parent d769b664de
commit 8e12ba34ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 39 additions and 6 deletions

View file

@ -21,5 +21,6 @@ func loadAdminFrom(rootCfg ConfigProvider) {
const (
UserFeatureDeletion = "deletion"
UserFeatureManageSSHKeys = "manage_ssh_keys"
UserFeatureManageGPGKeys = "manage_gpg_keys"
)