Skip to content

Commit 4145086

Browse files
authored
Merge pull request #3916 from ivanmrsulja/feature/forgot-password-feature-toggle-config
Added configuration example for feature toggle.
2 parents d32bf42 + d1194da commit 4145086

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

home/src/main/resources/config/example.runtime.properties

+4-1
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,10 @@ createAndLink.providers = doi, pmid
456456
#comma separated list of mime types allowed for upload
457457
#fileUpload.allowedMIMETypes = image/png, application/pdf
458458

459+
# Feature toggle for forgot password functionality [enabled, disabled]
460+
authentication.forgotPassword = disabled
461+
authentication.forgotPassword.notify-admin = false
462+
459463
# Captcha configuration. Available implementations are: nanocaptcha (text-based) and recaptchav2
460464
# nanocaptcha is available in 2 difficulties (easy and hard)
461465
# If captcha.implementation property is not provided, system will fall back to nanocaptcha implementation
@@ -468,4 +472,3 @@ captcha.implementation = nanocaptcha
468472
nanocaptcha.difficulty = easy
469473
#recaptcha.siteKey =
470474
#recaptcha.secretKey =
471-

0 commit comments

Comments
 (0)