[java-idp-plugin-totp] branch main updated: Make views optional.
Scott Cantor
cantor.2 at osu.edu
Fri Feb 5 14:29:09 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=c2258b6e7eb2c9c4a70cb2d7aaa758d71ea4bcb9
The following commit(s) were added to refs/heads/main by this push:
new c2258b6 Make views optional.
c2258b6 is described below
commit c2258b6e7eb2c9c4a70cb2d7aaa758d71ea4bcb9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 5 09:29:03 2021 -0500
Make views optional.
---
.../resources/net/shibboleth/idp/plugin/authn/totp/module.properties | 2 ++
1 file changed, 2 insertions(+)
diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties
index 048ad5e..57dd436 100644
--- a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties
@@ -18,5 +18,7 @@ idp.authn.TOTP.2.replace = true
idp.authn.TOTP.2.exec = true
idp.authn.TOTP.3.src = /net/shibboleth/idp/plugin/authn/totp/views/totp.vm
idp.authn.TOTP.3.dest = views/totp.vm
+idp.authn.TOTP.3.optional = true
idp.authn.TOTP.4.src = /net/shibboleth/idp/plugin/authn/totp/views/totp-error.vm
idp.authn.TOTP.4.dest = views/totp-error.vm
+idp.authn.TOTP.4.optional = true
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list