Outstanding

  • When creating account and having to correct a username that is too short (after claiming an existing account), the OpenID login is forgotten and so the login procedure restarts.

Fixed

  • CGI::Session::CookieStore::CookieOverflow causing 500 Internal Server Error when adding quote: need to store less in session, or use different session storage mechanism (database?).
    • Fixed by changing to database session store.