mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
5c0697ad1e
* Restrict TLS connections to 1.2 minimum * Set Argon2 as the default KDF * Fix user.yml * Remove TLS minversion changes Signed-off-by: Andrew Thornton <[email protected]> * Add migration as per @techknowlogick Signed-off-by: Andrew Thornton <[email protected]> * set the password algo in the fixtures Signed-off-by: Andrew Thornton <[email protected]> * Remove the v148 migration - it needs recreate table to change the defaults Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: Nadim Kobeissi <[email protected]>