1. 09 Feb, 2019 1 commit
    • Administrator's avatar
      Changes authentication to HTTP Basic · 6fd8f7ef
      Administrator authored
      The user authentication was currently done using a cookie and following
      the same style of token as the HTTP Basic authentication (i.e. a
      concatenation of user and password joined with a ':' encoded with
      base64).
      
      This authentication has been replaced by a standard HTTP Basic
      authentication.
      6fd8f7ef
  2. 14 Feb, 2018 1 commit
    • mrjato's avatar
      Removes red background in login view · 7500d0da
      mrjato authored
      Red background was added to the body of the login view for debugging
      purposes, but shouldn't have passed to a stable release. This commit
      removes the red background configuration.
      7500d0da
  3. 08 Feb, 2018 1 commit