login page - open id issues
---------------------------
Key: ROL-1754
URL: https://issues.apache.org/roller/browse/ROL-1754
Project: Roller
Issue Type: Bug
Reporter: Ganesh Mathrubootham
Assignee: Roller Unassigned
1) Context root is hard-coded as /roller for form submission URL for open ID.
I use a different context root and so it doesn't work when I enter open ID and
hit enter.
2) When I enter a wrong username/password, the page re-loads with the error
message. But the user name is retained as open ID.
Code changes required to fix these issues -
1) Remove hard-coded context root and instead us struts tag "url".
2) Have 2 separate cookies to track open ID and user name. Populate either of
them based on what was entered by the user. Look for either of them when the
page is loaded.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.