From 68c2f191431f0977244826b54e9ebdad4c84f08a Mon Sep 17 00:00:00 2001 From: Diamantis Tziotzios Date: Mon, 29 Jul 2019 13:33:53 +0300 Subject: [PATCH] email config --- .../web/src/main/resources/application-staging.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dmp-backend/web/src/main/resources/application-staging.properties b/dmp-backend/web/src/main/resources/application-staging.properties index 12568fc19..01404a9a2 100644 --- a/dmp-backend/web/src/main/resources/application-staging.properties +++ b/dmp-backend/web/src/main/resources/application-staging.properties @@ -46,6 +46,10 @@ twitter.login.clientId= twitter.login.clientSecret= twitter.login.redirect_uri=https://devel.opendmp.eu/login/twitter +#############CONFIRMATION EMAIL CONFIGURATIONS######### +conf_email.expiration_time_seconds=14400 +conf_email.subject=OpenDMP email confirmation + #############B2 ACCESS CONFIGURATIONS######### b2access.externallogin.user_info_url=https://b2access-integration.fz-juelich.de:443/oauth2/userinfo b2access.externallogin.access_token_url=https://b2access-integration.fz-juelich.de:443/oauth2/token