Skip to content
Snippets Groups Projects
  1. Sep 13, 2021
  2. Sep 10, 2021
  3. Sep 09, 2021
  4. Sep 08, 2021
  5. Sep 04, 2021
  6. Sep 01, 2021
  7. Aug 31, 2021
  8. Aug 29, 2021
  9. Aug 28, 2021
  10. Aug 27, 2021
  11. Aug 26, 2021
  12. Aug 25, 2021
    • Claire's avatar
      Fix authentication failures after going halfway through a sign-in attempt (#16607) · 94bcf453
      Claire authored
      * Add tests
      
      * Add security-related tests
      
      My first (unpublished) attempt at fixing the issues introduced (extremely
      hard-to-exploit) security vulnerabilities, addressing them in a test.
      
      * Fix authentication failures after going halfway through a sign-in attempt
      
      * Refactor `authenticate_with_sign_in_token` and `authenticate_with_two_factor` to make the two authentication steps more obvious
      Unverified
      94bcf453
    • Daniel's avatar
      New env variable: CAS_SECURITY_ASSUME_EMAIL_IS_VERIFIED (#16655) · 2ed1c92c
      Daniel authored
      When using a CAS server, the users only have a temporary email
      `change@me-foo-cas.com` which can't be changed but by an
      administrator.
      
      We need a new environment variable like for SAML to assume the email
      from CAS is verified.
      
      * config/initializers/omniauth.rb: define CAS option for assuming
        email are always verified.
      * .env.nanobox: add new variable as an example.
      Unverified
      2ed1c92c
Loading