From 43db4d165efaf70d1bffc74fccc279ae5bd3cdd4 Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 20 Jul 2022 10:06:58 +0200 Subject: [PATCH] Updated User authentication and roles (markdown) --- User-authentication-and-roles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User-authentication-and-roles.md b/User-authentication-and-roles.md index 628524f..2d7f108 100644 --- a/User-authentication-and-roles.md +++ b/User-authentication-and-roles.md @@ -10,7 +10,7 @@ $ warpgate hash $argon2id$v=19$m=4096,t=3,p=1$TTUpgSH9+kCF5IEmgFHQOw$i68/xlyobdKwlpH6Ij8FJ/0RzGVmZvNQhISNlHOPQX8 ``` -_(it can also run in unattended mode: `echo 123 | warpgate hash`)_ +_(it can also run in unattended mode: `echo -n 123 | warpgate hash`)_ * Copy the hash (e.g.: `$argon2id$v=19$m=4096,t=3,p=1$TTUpgSH9+kCF5IEmgFHQOw$i68/xlyobdKwlpH6Ij8FJ/0RzGVmZvNQhISNlHOPQX8`) and replace it in the user's entry in the Warpgate config file: