This content has been marked as final.
Show 3 replies
-
1. Re: Remember Me checkbox in login page
sandeeprao Aug 22, 2009 9:19 AM (in response to rammyramkumar)You have to modify jboss-portal.sar\portal-server.war\login.jsp to implement this using javascript.
Lookup on the internet for the javascript code. -
2. Re: Remember Me checkbox in login page
rammyramkumar Aug 24, 2009 9:43 AM (in response to rammyramkumar)thanks sandy for the reply on this.
I already implemented it in login.jsp
it goes like this : onsubmit="if (this.checkbox.checked) remember(this)"
basically i used cookies for this implementation.
got javascript from googling.
it works fine now without any glitches. -
3. Re: Remember Me checkbox in login page
apemberton Aug 26, 2009 9:58 PM (in response to rammyramkumar)This issue has been discussed and considered by the Portal team; it might help to express your interest there:
https://jira.jboss.org/jira/browse/JBPORTAL-184
https://jira.jboss.org/jira/browse/JBPTL-16