X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=sql%2FPg-upgrade2-auth%2Fpassword_hashing.sql;h=40956d0983f250bbee2019104bcae33e4ed38a7d;hb=c39e831b3bceef01a851a0825ce6b19d1ddc3eda;hp=c1db61363dc7aafbcd759efb1c14131fb820516b;hpb=d3d6cb31bbeec3a6eba3ff41990a2748303f5851;p=kivitendo-erp.git 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)