From c441f66905b118aa4a7de9c3b39f9ea6ba071be6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 11 Dec 2023 07:36:54 +0100 Subject: [PATCH] Update credentials.json --- conf/credentials.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/credentials.json b/conf/credentials.json index 64ef848..5655057 100644 --- a/conf/credentials.json +++ b/conf/credentials.json @@ -40,6 +40,8 @@ "users": { "__ADMIN__": { + // 1) "password" can be replaced with "hash" if you install ep_hash_auth + // 2) please note that if password is null, the user will not be created "password": "__PASSWORD__", "is_admin": true }