gklyne / annalist

Free-form web data notebook - "Data management for little guys"
MIT License
25 stars 3 forks source link

Log in with invalid username returns server error #39

Closed gklyne closed 9 years ago

gklyne commented 9 years ago

E.g.

  1. at Annalist log in screen, enter user-guest for username, and select Google for the login provider
  2. complete the login
  3. click on Home menu item

Browser displays "Server error"

But the same sequence using user_guest for the username is fine.

The login view should check the username is a valid_id before proceeding. Also, the permissions access should be more resilient to ill-formed user ids

gklyne commented 9 years ago

Fixed in release 0.1.8a