From c3b973b15e888263f6ca8538a72e39280a77ac3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Fri, 5 Jan 2018 22:57:31 +0100 Subject: Do not enforce a check on sha256 hash algorithm. This makes it inconsistent with our own generated passwords. Only check that the password has been hashed. Fixes #310. --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 44c2641..d256bec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,7 @@ Fixed ===== - Fix the generation of the supervisord template (#306) +- Fix the validation of the hashed password (#310) 2.0 (2017-12-27) -- cgit v1.1