about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-09-12T13·49+0300
committerclbot <clbot@tvl.fyi>2023-09-12T13·59+0000
commit6e1ea80e5bb1689bcdce6caeea6d088b0354c103 (patch)
tree62e8f76bf7141e0a7ef413533b64f08278f9f9af /docs
parentc82b926e312be81f20ed15da0fdaf93ec94e32bf (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 'docs')
-rw-r--r--docs/REVIEWS.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/REVIEWS.md b/docs/REVIEWS.md
index 63d6b2c524..fd36b927d2 100644
--- a/docs/REVIEWS.md
+++ b/docs/REVIEWS.md
@@ -121,18 +121,7 @@ instance, follow these instructions:
 2. Clone the depot locally (via `git clone "https://cl.tvl.fyi/depot"`).
 3. Create a user entry in our LDAP server in [ops/users][ops-users].
 
-   We recommend using ARGON2 password hashes, which can be created
-   with the `slappasswd` tool if OpenLDAP was compiled with ARGON2
-   support.
-
-   For convenience, we provide a wrapper script for this that you can
-   build with `nix-build -A tools.hash-password` in a depot checkout.
-   Alternatively, if you have `direnv` installed, you can add the
-   depot to your allowlist and just run `hash-password` which should
-   be added to your `$PATH` by `direnv`.
-
-   You can probably create ARGON2 hashes with other tools, but that is
-   your job to figure out.
+   The entry can be generated using [//web/pwcrypt](https://signup.tvl.fyi/).
 4. Create a commit adding yourself (see e.g.
    [CL/2671](https://cl.tvl.fyi/c/depot/+/2671))
 5. Submit the commit via email (see below).