From 2300797879e7cb3e46ba353e80b1ad835c1db21f Mon Sep 17 00:00:00 2001 From: travis-ci Date: Fri, 14 Feb 2020 08:50:38 +0000 Subject: [PATCH] Published docs from 6.1.x to [gh-pages]. Build 17145 - Password Management Token & Server/Client IP Address check (#4692) * Password Management Token : Add the capability to disable the check of the client/server ip address. * code improvement Co-authored-by: apereocas-bot <45107089+apereocas-bot@users.noreply.github.com> --- 6.1.x/configuration/Configuration-Properties.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/6.1.x/configuration/Configuration-Properties.md b/6.1.x/configuration/Configuration-Properties.md index a1cfec67ebe9..b9d6f8ec7426 100644 --- a/6.1.x/configuration/Configuration-Properties.md +++ b/6.1.x/configuration/Configuration-Properties.md @@ -5089,6 +5089,9 @@ To learn more about this topic, [please review this guide](../installation/Passw # cas.authn.pm.reset.expirationMinutes=1 # cas.authn.pm.reset.securityQuestionsEnabled=true +# Whether the Password Management Token will contain the client or server IP Address. +# cas.authn.pm.reset.includeServerIpAddress=true +# cas.authn.pm.reset.includeClientIpAddress=true # Automatically log in after successful password change # cas.authn.pm.autoLogin=false