Skip to content

Commit fd20668

Browse files
Alexandre Oliveiraclaude
andcommitted
docs(turing): update admin login - TURING_ADMIN_PASSWORD env var replaces default password
The default admin/admin password has been removed. The admin password must now be set via the TURING_ADMIN_PASSWORD environment variable before first startup. Added Windows and Linux/macOS examples. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6a34757 commit fd20668

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs-turing/administration-guide.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,19 @@ Turing ES has many components: Search Engine, Semantic Navigation, and Generativ
4242

4343
### Login
4444

45-
When access the Turing ES, appear a login page. For default the login/password is `admin`/`admin`.
45+
When accessing Turing ES, a login page is displayed. The default username is `admin`. The password is defined at first startup via the `TURING_ADMIN_PASSWORD` environment variable — if not set, Turing ES will not create the admin account with a default password.
46+
47+
Set the environment variable before starting Turing ES for the first time:
48+
49+
**Windows**
50+
```bat
51+
set TURING_ADMIN_PASSWORD=your_password
52+
```
53+
54+
**Linux / macOS**
55+
```bash
56+
export TURING_ADMIN_PASSWORD=your_password
57+
```
4658

4759
![Login Page](/img/screenshots/turing-login.png)
4860

0 commit comments

Comments
 (0)