X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d3d6cb31bbeec3a6eba3ff41990a2748303f5851..d4c5ff04f33e7fe29e079c4489c4126a7ea2493c:/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)