X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d3d6cb31bbeec3a6eba3ff41990a2748303f5851..ab719aed946b050dc2df230fb31fa7b6eda14845:/sql/Pg-upgrade2-auth/password_hashing.sql diff --git a/sql/Pg-upgrade2-auth/password_hashing.sql b/sql/Pg-upgrade2-auth/password_hashing.sql index c1db61363..40956d098 100644 --- a/sql/Pg-upgrade2-auth/password_hashing.sql +++ b/sql/Pg-upgrade2-auth/password_hashing.sql @@ -1,7 +1,6 @@ -- @tag: password_hashing -- @description: Explicitely set a password hashing algorithm -- @depends: --- @charset: utf-8 UPDATE auth."user" SET password = '{CRYPT}' || password WHERE NOT (password IS NULL)