mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	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:
		| @@ -21,5 +21,6 @@ func loadAdminFrom(rootCfg ConfigProvider) { | ||||
|  | ||||
| const ( | ||||
| 	UserFeatureDeletion      = "deletion" | ||||
| 	UserFeatureManageSSHKeys = "manage_ssh_keys" | ||||
| 	UserFeatureManageGPGKeys = "manage_gpg_keys" | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user