From aa34f1fe3aafee8d638a3e599cf121afcf07087d Mon Sep 17 00:00:00 2001 From: arhimede Date: Fri, 6 Jun 2025 12:48:28 +0300 Subject: [PATCH] update admin password Signed-off-by: arhimede --- docs/book/v6/tutorials/token-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/v6/tutorials/token-authentication.md b/docs/book/v6/tutorials/token-authentication.md index 4f1c5976..2bcf13dc 100644 --- a/docs/book/v6/tutorials/token-authentication.md +++ b/docs/book/v6/tutorials/token-authentication.md @@ -30,7 +30,7 @@ Dotkernel API provides out-of-the-box both an `admin` and a `user` account. The admin account with **role** set to both `superuser` and `admin` with the following credentials: - **identity**: `admin` -- **password**: `dotkernel` +- **password**: `dotadmin` The user account with **role** set to both `user` and `guest` with the following credentials: