diff options
author | Vincent Ambo <tazjin@tvl.su> | 2023-09-12T13·49+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-09-12T13·59+0000 |
commit | 6e1ea80e5bb1689bcdce6caeea6d088b0354c103 (patch) | |
tree | 62e8f76bf7141e0a7ef413533b64f08278f9f9af /tools | |
parent | c82b926e312be81f20ed15da0fdaf93ec94e32bf (diff) |
docs(REVIEWS): point people to signup.tvl.fyi for account creation r/6583
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 <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'tools')
-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 |