[java-identity-provider] branch main updated: IDP-1670 - Example date/time format in expiring password flow is invalid
Scott Cantor
cantor.2 at osu.edu
Wed Sep 2 21:33:53 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=46fe74b3cfc3a5e7d699eebe8861a1c1d5c2de15
The following commit(s) were added to refs/heads/main by this push:
new 46fe74b3c IDP-1670 - Example date/time format in expiring password flow is invalid
46fe74b3c is described below
commit 46fe74b3cfc3a5e7d699eebe8861a1c1d5c2de15
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 2 17:33:38 2020 -0400
IDP-1670 - Example date/time format in expiring password flow is invalid
https://issues.shibboleth.net/jira/browse/IDP-1670
---
.../resources/conf/intercept/expiring-password-intercept-config.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/intercept/expiring-password-intercept-config.xml b/idp-conf/src/main/resources/conf/intercept/expiring-password-intercept-config.xml
index b3bf96d52..925d0e6e2 100644
--- a/idp-conf/src/main/resources/conf/intercept/expiring-password-intercept-config.xml
+++ b/idp-conf/src/main/resources/conf/intercept/expiring-password-intercept-config.xml
@@ -19,7 +19,7 @@
The format pattern parses the value and the negative offset determines how soon to warn the user beforehand.
-->
<bean id="shibboleth.expiring-password.Condition" class="net.shibboleth.idp.profile.logic.DateAttributePredicate"
- c:attribute="passwordExpiration" c:formatString="yyyyMMddHHmmss'T'"
+ c:attribute="passwordExpiration" c:formatString="yyyyMMddHHmmssX"
p:resultIfMissing="true" p:offset="-P14D" />
<!-- Name of cookie to track when user was last notified. -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list