RawrUniversal / xerial

Automatically exported from code.google.com/p/xerial
0 stars 1 forks source link

The login page cannot remember user/password using the browser's functionality #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the login page
2. Login and logout
3. Browser does not remember the entered user email and password.

What is the expected output? What do you see instead?
The password should be recorded on the browser:

Please use labels and text to provide additional information.

This problem is due to the dynamic form generation via GWT. 
We have to use statically generated web page for user login;

Original issue reported on code.google.com by taroleo on 28 Nov 2009 at 10:50

GoogleCodeExporter commented 8 years ago
fixed by materializing login form in index.jsp

Original comment by taroleo on 28 Nov 2009 at 1:24