mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
docs: update authentication.md (#2492)
This commit is contained in:
committed by
GitHub
parent
eea9813f84
commit
10ea7cfb51
@@ -184,9 +184,10 @@ Dozzle supports multi-user authentication by setting `--auth-provider` to `simpl
|
||||
|
||||
```yml
|
||||
users:
|
||||
# "admin" here is username
|
||||
admin:
|
||||
name: "Admin"
|
||||
# Just sha-256 which can be computed with echo -n password | shasum -a 256
|
||||
# Just sha-256 which can be computed with "echo -n password | shasum -a 256"
|
||||
password: "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8"
|
||||
email: me@email.net
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user