evilGmonkey / opendatakit

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

Login problem causes access denied #296

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch a fresh version of Aggregate
2. Click on login with local user (a user would accidently click that)
3. Click back button on browser
4. Click on Login with google Id

What is the expected output? What do you see instead?

You will get access denied. It can be fixed by doing a browser refresh but that 
is not user friendly.

Original issue reported on code.google.com by wbrune...@gmail.com on 10 Aug 2011 at 12:26

GoogleCodeExporter commented 9 years ago
Fixed.  The openid_login.html page is now a servlet that invalidates the 
session and has JScript to reload the page when the back button is used to 
return to the page.

Original comment by mitchellsundt@gmail.com on 16 Aug 2011 at 10:55