Login Page Customization
Michael A Grady
mgrady at unicon.net
Fri Mar 11 14:41:45 EST 2016
> On Mar 11, 2016, at 1:15 PM, Nate Klingenstein <nate.klingenstein at utah.edu> wrote:
>
> James,
>
> /opt/shibboleth-idp/views/login.vm
>
> <div class="form-element-wrapper">
> <input id="_shib_idp_revokeConsent" type="checkbox" name="_shib_idp_revokeConsent" value="true">
> #springMessageText("idp.attribute-release.revoke", "Clear prior granting of permission for release of your information to this service.")
> </div>
>
And you can either just delete those lines, or put "block comment marking" around it with a starting '#*' and ending '*#'. I.e.
#*
<div class="form-element-wrapper">
<input id="_shib_idp_revokeConsent" type="checkbox" name="_shib_idp_revokeConsent" value="true">
#springMessageText("idp.attribute-release.revoke", "Clear prior granting of permission for release of your information to this service.")
</div>
*#
Change will become "live" immediately.
--
Michael A. Grady
IAM Architect, Unicon, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160311/88a38c64/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://shibboleth.net/pipermail/users/attachments/20160311/88a38c64/attachment-0001.sig>
More information about the users
mailing list