From 423da77eb7d5b3714a0757da7bb48ec48c447513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20R=2E=20Mr=C5=A1ulja?= Date: Mon, 22 Jan 2024 09:25:23 +0100 Subject: [PATCH] Update home/src/main/resources/config/example.runtime.properties Co-authored-by: Dragan Ivanovic --- home/src/main/resources/config/example.runtime.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/home/src/main/resources/config/example.runtime.properties b/home/src/main/resources/config/example.runtime.properties index b199c9bb9..b5dce669c 100644 --- a/home/src/main/resources/config/example.runtime.properties +++ b/home/src/main/resources/config/example.runtime.properties @@ -458,6 +458,7 @@ createAndLink.providers = doi, pmid # Feature toggle for forgot password functionality authentication.forgotPassword = enabled +authentication.forgotPassword.notify-admin = true # Captcha configuration. Available implementations are: nanocaptcha (text-based) and recaptchav2 # nanocaptcha is available in 2 difficulties (easy and hard)