From ecb274ba49042f1dfdf63b9c54ff6920f24a9a58 Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 20 Mar 2023 15:19:26 +0100 Subject: Fix(system/mail): Change placeholder The old one, could have exposed a weak hash. --- system/mail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/mail/default.nix') diff --git a/system/mail/default.nix b/system/mail/default.nix index 7102958..be2a33f 100644 --- a/system/mail/default.nix +++ b/system/mail/default.nix @@ -20,7 +20,7 @@ in { hashedPassword = "$2b$05$XX36sJuHNbTFvi8DFldscOeQBHahluSkiUqD9QGzQaET7NJusSuQW"; }; "nightingale@vhack.eu" = { - hashedPassword = "$2b$05$THIS_PASSWORD_HASH_IS_NOT_REAL,_PLEASE_CHANGE_IT_..._"; # TODO change + hashedPasswordFile = "/this/is/an/non/existing/path/and/should/be/considerd/a/palce/holder"; # TODO change }; }; -- cgit 1.4.1