SEL-Columbia / dokomoforms

Dokomo どこも Forms is a mobile data collection technology that doesn't suck.
http://dokomoforms.org
GNU General Public License v3.0
22 stars 23 forks source link

An administrator with an empty name can't log in #243

Open vr2262 opened 7 years ago

vr2262 commented 7 years ago

A :horse: with no name gets into a redirect loop:

  1. Log in, setting user session cookie.
  2. The page sees an empty string for the user, and decides that the user has not logged in. Redirect to login page.
  3. The login page sees the session cookie, and decides that the user has logged in. Redirect to previous page.

Thanks for finding it @mkc1