You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
users: # User list (only effective when login mechanism is enabled)
27
27
- username: admin # Username
28
28
password: admin # Password
29
29
role: admin # Role, optional values: admin, user
30
30
```
31
31
32
-
When `enableLogin` is false, all users access as anonymous users.
32
+
When `enablelogin` is false, all users access as anonymous users.
33
33
When login mechanism is enabled and there are no users in the database, the system automatically creates a default administrator account (username: admin, password: admin).
34
34
35
35
### 3. Authentication Mechanism
@@ -109,4 +109,4 @@ All Admin APIs must follow these specifications:
0 commit comments