Discussion:
[jboss-user] [JBoss Portal] - how to make the popup login form display the saved username and password
Wells guo
2013-03-04 09:11:09 UTC
Permalink
Wells guo [https://community.jboss.org/people/wguo] created the discussion

"how to make the popup login form display the saved username and password"

To view the discussion, visit: https://community.jboss.org/message/800525#800525

--------------------------------------------------------------
Hi guys ,

    When i use the jboss portal , click the 'Sign in', it pop up a login form , then i enter the username and password and click login , then the browser display me to remember the password , click yes . And then logout , click 'Sign in' again , the login form appeares , but the username and password are not filled in the form , but if i don't close the login form , just refresh the page , the username and password were filled , so if there is any solution which can fill the username and password when i just click 'Sign in' .

Thanks !
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/800525#800525]

Start a new discussion in JBoss Portal at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]
Trong Tran
2013-03-11 02:49:28 UTC
Permalink
Trong Tran [https://community.jboss.org/people/trong.tran] created the discussion

"Re: how to make the popup login form display the saved username and password"

To view the discussion, visit: https://community.jboss.org/message/801788#801788

--------------------------------------------------------------
The "remember the password" is a functionality of the browser itself which helps to fill username/password of the login form whenever the page is *fully reloaded* in next times.

The issue here is that when you click on the "Sign in", It loads the login form by an Ajax update BUT not a full refresh. That's why I guess the browser doesn't know to fill the form. I don't think we can solve the problem without doing a full refresh.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/801788#801788]

Start a new discussion in JBoss Portal at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]
Loading...