X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/69af50448452e9b292134bee25705a64505e8ff4..dc78c22510c618deef355808393ecc7bcde319a3:/sql/Pg-upgrade2-auth/remove_insecurely_hashed_passwords.sql diff --git a/sql/Pg-upgrade2-auth/remove_insecurely_hashed_passwords.sql b/sql/Pg-upgrade2-auth/remove_insecurely_hashed_passwords.sql index 8a75228bf..1ea6b449b 100644 --- a/sql/Pg-upgrade2-auth/remove_insecurely_hashed_passwords.sql +++ b/sql/Pg-upgrade2-auth/remove_insecurely_hashed_passwords.sql @@ -1,7 +1,6 @@ -- @tag: remove_insecurely_hashed_passwords -- @description: Passwörter löschen, die mit unsicheren Hash-Verfahren gehasht wurden -- @depends: release_3_3_0 --- @charset: utf-8 UPDATE auth.user SET password = '*' WHERE (password IS NOT NULL)