1. 14 Jun, 2021 1 commit
    • dcouture's avatar
      Change button type so the form doesn't submit · 9f963853
      dcouture authored
      If someone enters their credentials in the sign-in page preview
      just to try it out and clicks the Sign in button the credentials
      will be shown in the URL because the form is submitted with GET
      action. This MR changes the button type so the form simply can't be
      submitted.
      
      Changelog: security
      9f963853
  2. 11 Jun, 2021 39 commits