Skip to content

Commit 04c0d5e

Browse files
committed
fix docs m1k1o#545.
1 parent 2b565bc commit 04c0d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpage/docs/configuration/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ You can leave the file empty and add users later using the HTTP API.
201201

202202
We have two users, `admin` and `user` with their passwords and profiles. `admin` is a regular user, while `user` is an admin.
203203

204-
Please note that the passwords are stored in plain text. To store them securely, set the `hash` field to `true` in the configuration. After that, the passwords are expected to be hashed using the bcrypt algorithm.
204+
Please note that the passwords are stored in plain text. To store them securely, set the `hash` field to `true` in the configuration. After that, the passwords are expected to be hashed using sha256 and base64-encoded. The file will look like this:
205205

206206
```json title="members.json"
207207
{

0 commit comments

Comments
 (0)