orgrune / bite-project

Automatically exported from code.google.com/p/bite-project
Apache License 2.0
1 stars 0 forks source link

Extension can't be used for first time users #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0. Have Chrome installed and no BITE extension installed.
1. Build the latest extension from dev channel and install.
2. Log off in Chrome, or try in incognito browser.
3. Click the BITE icon

What is the expected output? What do you see instead?
It should show the popup dialog with a link to ask users sign in first or maybe 
refresh the credentials.

But it only shows the BITE logo/version and a red "No login available" text in 
the popup dialog. First time users wouldn't know what to do next.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by p...@google.com on 9 Feb 2012 at 10:11

GoogleCodeExporter commented 8 years ago
At some point the check_login_status handler was set to require the user to be 
logged in.  Removed this requirement.  This is for bite-playground-dev and 
anyone who downloads the new code from dev and runs their own server.

Original comment by jason.stredwick@gmail.com on 13 Feb 2012 at 11:23