Actions
Bug #2532
openWhen users aren't logged in, prompt to do so in popup form
Start date:
09/01/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2532
Description
currently users have to login with a regular link and they lose where they were. It would be great if we could pop-up a login screen where users log in, then when they submit that, it reposts the original page, with them now logged in.
Updated by Michael Lee over 18 years ago
This could be done with by linking to a struts form that requires log in. Since the user isn't logged in, it prompts them, then forwards to the struts login page. Then that page just says: click here to go back to what you were doing, refreshing the original page.
Have to figure out how to make struts work to do that. (!!)
Actions