X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/3845e786001e973d0f2f49a8febf35c52ffae2b0..1f0d7da266e23a443c47aaa2dbab844e6be50ee4:/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)