diff options
Diffstat (limited to 'tools/hash-password.nix')
-rw-r--r-- | tools/hash-password.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/hash-password.nix b/tools/hash-password.nix index 6192436c17b9..583f1210bd89 100644 --- a/tools/hash-password.nix +++ b/tools/hash-password.nix @@ -1,5 +1,7 @@ # Utility for invoking slappasswd with the correct options for # creating an ARGON2 password hash. +# +# Users should generally use https://signup.tvl.fyi instead. { pkgs, ... }: let |