From c9c3f5c8faa48faa7fc2ffced3eebfa689f3eca6 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Wed, 11 Nov 2020 10:15:01 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ecf7d0e..27e238b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * Change - Filesystem based index: [#709](https://github.com/owncloud/ocis/pull/709) * Change - Rebuild index command for accounts: [#748](https://github.com/owncloud/ocis/pull/748) * Change - Add the thumbnails command: [#156](https://github.com/owncloud/ocis/issues/156) +* Change - Use bcrypt to hash the user passwords: [#510](https://github.com/owncloud/ocis/issues/510) * Change - Choose disk or cs3 storage for accounts and groups: [#623](https://github.com/owncloud/ocis/pull/623) * Change - Integrate import command from ocis-migration: [#249](https://github.com/owncloud/ocis/pull/249) * Change - Improve reva service descriptions: [#536](https://github.com/owncloud/ocis/pull/536) @@ -240,6 +241,14 @@ https://github.com/owncloud/ocis/issues/156 +* Change - Use bcrypt to hash the user passwords: [#510](https://github.com/owncloud/ocis/issues/510) + + Change the hashing algorithm from SHA-512 to bcrypt since the latter is better suitable for + password hashing. This is a breaking change. Existing deployments need to regenerate the + accounts folder. + + https://github.com/owncloud/ocis/issues/510 + * Change - Choose disk or cs3 storage for accounts and groups: [#623](https://github.com/owncloud/ocis/pull/623) Tags: accounts