New option to allow teams to self reset their progression

This commit is contained in:
nemunaire 2023-11-04 21:14:16 +01:00
commit d6ff46ca7f
9 changed files with 173 additions and 3 deletions

View file

@ -64,4 +64,5 @@ func reloadSettings(config *settings.Settings) {
denyNameChange = config.DenyNameChange
acceptNewIssues = config.AcceptNewIssue
allowRegistration = config.AllowRegistration
enableResetProgression = config.WorkInProgress && config.CanResetProgression
}