File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
docs/content/doc/advanced Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -688,8 +688,7 @@ AUTO_WATCH_NEW_REPOS = true
688
688
; Default value for AutoWatchOnChanges
689
689
; Make the user watch a repository When they commit for the first time
690
690
AUTO_WATCH_ON_CHANGES = false
691
- ; Default value for the minimum age a user has to exist before deletion to keep issue comments.
692
- ; If a user deletes his account before that amount of days, his comments will be deleted as well.
691
+ ; Minimum amount of time a user must exist before comments are kept when the user is deleted.
693
692
USER_DELETE_WITH_COMMENTS_MAX_TIME = 0
694
693
695
694
[webhook]
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ relation to port exhaustion.
474
474
- ` ALLOW_ONLY_EXTERNAL_REGISTRATION ` : ** false** Set to true to force registration only using third-party services.
475
475
- ` NO_REPLY_ADDRESS ` : ** DOMAIN** Default value for the domain part of the user's email address in the git log if he has set KeepEmailPrivate to true.
476
476
The user's email will be replaced with a concatenation of the user name in lower case, "@" and NO_REPLY_ADDRESS.
477
- - ` USER_DELETE_WITH_COMMENTS_MAX_TIME ` : ** 0** If a user deletes his account before that amount of days, his comments will be deleted as well .
477
+ - ` USER_DELETE_WITH_COMMENTS_MAX_TIME ` : ** 0** Minimum amount of time a user must exist before comments are kept when the user is deleted.
478
478
479
479
## SSH Minimum Key Sizes (` ssh.minimum_key_sizes ` )
480
480
You can’t perform that action at this time.
0 commit comments