mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Implement ghost comment mitigation (#14349)
* Implement ghost comment mitigation Adds a config option USER_DELETE_WITH_COMMENTS_MAX_DAYS to the [service] section. See https://codeberg.org/Codeberg/Discussion/issues/24 for the underlying issue. * cleanup * use setting module correctly * add to docs Co-authored-by: Moritz Marquardt <git@momar.de>
This commit is contained in:
		@@ -646,6 +646,7 @@ repos_none = You do not own any repositories
 | 
			
		||||
 | 
			
		||||
delete_account = Delete Your Account
 | 
			
		||||
delete_prompt = This operation will permanently delete your user account. It <strong>CAN NOT</strong> be undone.
 | 
			
		||||
delete_with_all_comments = Your account is younger than %d days. To avoid ghost comments, all issue/PR comments will be deleted with it.
 | 
			
		||||
confirm_delete_account = Confirm Deletion
 | 
			
		||||
delete_account_title = Delete User Account
 | 
			
		||||
delete_account_desc = Are you sure you want to permanently delete this user account?
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user