From 6e1ea80e5bb1689bcdce6caeea6d088b0354c103 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 12 Sep 2023 16:49:07 +0300 Subject: docs(REVIEWS): point people to signup.tvl.fyi for account creation Rather than invoking the old shell script, people can now use the web UI to create the entry. Change-Id: Ic1b065d219fde9977bb1d8ee59ce7ac5f27e2e29 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9306 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: flokli --- tools/hash-password.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/hash-password.nix') 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 -- cgit 1.4.1