From 1eab8ba9f89d64d215f3eb04c41275e63cca99c4 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 29 May 2017 02:04:19 +0200 Subject: [PATCH] Link to manpages from Debian --- configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index 565eab65..6ba8d8fb 100644 --- a/configuration.md +++ b/configuration.md @@ -168,7 +168,8 @@ Available methods: : Passwords are stored as salted SHA1 hashes. It's insecure! `crypt` -: This uses UNIX [crypt(3)](http://man7.org/linux/man-pages/man3/crypt.3.html). +: This uses UNIX + [crypt(3)](https://manpages.debian.org/unstable/manpages-dev/crypt.3.en.html). It's insecure! Default: `bcrypt`