Skip to content

Commit

Permalink
Merge pull request #3916 from ivanmrsulja/feature/forgot-password-fea…
Browse files Browse the repository at this point in the history
…ture-toggle-config

Added configuration example for feature toggle.
  • Loading branch information
chenejac committed May 10, 2024
2 parents d32bf42 + d1194da commit 4145086
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/src/main/resources/config/example.runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ createAndLink.providers = doi, pmid
#comma separated list of mime types allowed for upload
#fileUpload.allowedMIMETypes = image/png, application/pdf

# Feature toggle for forgot password functionality [enabled, disabled]
authentication.forgotPassword = disabled
authentication.forgotPassword.notify-admin = false

# Captcha configuration. Available implementations are: nanocaptcha (text-based) and recaptchav2
# nanocaptcha is available in 2 difficulties (easy and hard)
# If captcha.implementation property is not provided, system will fall back to nanocaptcha implementation
Expand All @@ -468,4 +472,3 @@ captcha.implementation = nanocaptcha
nanocaptcha.difficulty = easy
#recaptcha.siteKey =
#recaptcha.secretKey =

0 comments on commit 4145086

Please sign in to comment.