[java-identity-provider COMMIT] /trunk/idp-war/src/main/webapp/WEB-INF/jsp/login.jsp

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 17 15:46:53 EST 2014


Author: scantor
Date: Mon Nov 17 15:46:53 2014
New Revision: 6923

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6923&view=rev
Log:
Add consent revoke box to JSP login form.

Modified:
    trunk/idp-war/src/main/webapp/WEB-INF/jsp/login.jsp

Modified: trunk/idp-war/src/main/webapp/WEB-INF/jsp/login.jsp
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/WEB-INF/jsp/login.jsp?rev=6923&r1=6922&r2=6923&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/jsp/login.jsp (original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/jsp/login.jsp Mon Nov 17 15:46:53 2014
@@ -83,6 +83,13 @@
                 <input type="checkbox" name="donotcache" value="1" /> Don't Remember Login
                 <button class="form-element form-button" type="submit" name="_eventId_proceed" >Login</button>
               </section>
+              
+              <!--
+              <section>
+                <input id="_idp_revokeConsent" type="checkbox" name="_idp_revokeConsent" value="true"/>
+                Clear data release consent for this service
+              </section>
+              -->
             </form>
             
              <%



More information about the commits mailing list