[java-idp-testbed COMMIT] /trunk/src/main/resources/views/login.vm
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 22 14:50:38 EDT 2013
Author: scantor
Date: Tue Oct 22 14:50:38 2013
New Revision: 26
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=26&view=rev
Log:
Add "do-not-remember" checkbox to login form.
Modified:
trunk/src/main/resources/views/login.vm
Modified: trunk/src/main/resources/views/login.vm
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/views/login.vm?rev=26&r1=25&r2=26&view=diff
==============================================================================
--- trunk/src/main/resources/views/login.vm (original)
+++ trunk/src/main/resources/views/login.vm Tue Oct 22 14:50:38 2013
@@ -23,7 +23,8 @@
Username: <input type="text" name="username" value=""/> <br/>
Password: <input type="password" name="password" value=""/> <br/>
- <input type="submit" name="_eventId_proceed" value="Login"/>
+ <input type="submit" name="_eventId_proceed" value="Login"/> <br/>
+ <input type="checkbox" name="donotcache" value="1" /> Don't Remember Login
</form>
</body>
More information about the commits
mailing list