mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-28 09:23:02 +08:00
Updated User authentication and roles (markdown)
parent
f5c3c42830
commit
43db4d165e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue