[java-identity-provider] 15/16: IDP-1207 - donotcache ignored on forceauthn
Scott Cantor
cantor.2 at osu.edu
Tue Sep 26 12:41:25 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.3
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=251ee8386765bb8b86e5148d3baaf54c5f764d29
commit 251ee8386765bb8b86e5148d3baaf54c5f764d29
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 29 11:07:25 2017 -0400
IDP-1207 - donotcache ignored on forceauthn
https://issues.shibboleth.net/jira/browse/IDP-1207
---
idp-conf/src/main/resources/views/login.vm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/idp-conf/src/main/resources/views/login.vm b/idp-conf/src/main/resources/views/login.vm
index c421a99..4ebf9bf 100644
--- a/idp-conf/src/main/resources/views/login.vm
+++ b/idp-conf/src/main/resources/views/login.vm
@@ -66,10 +66,14 @@
<input class="form-element form-field" id="password" name="j_password" type="password" value="">
</div>
+ ## You may need to modify this to taste, such as changing the flow name its checking for to authn/MFA.
+ #if (!$authenticationContext.getActiveResults().containsKey('authn/Password'))
<div class="form-element-wrapper">
<input type="checkbox" name="donotcache" value="1" id="donotcache">
<label for="donotcache">#springMessageText("idp.login.donotcache", "Don't Remember Login")</label>
</div>
+ #end
+
#end
<div class="form-element-wrapper">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list