Simford.Dong commited on
Commit ·
3c4a4a4
1
Parent(s): 1e8fef7
Fix: set allowInsecureAuth to false to force password prompt
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -55,7 +55,7 @@ if [ ! -f /root/.openclaw/openclaw.json ]; then\n\
|
|
| 55 |
"password": "${SETUP_PASSWORD}"\n\
|
| 56 |
},\n\
|
| 57 |
"controlUi": {\n\
|
| 58 |
-
"allowInsecureAuth":
|
| 59 |
}\n\
|
| 60 |
},\n\
|
| 61 |
"agents": {\n\
|
|
|
|
| 55 |
"password": "${SETUP_PASSWORD}"\n\
|
| 56 |
},\n\
|
| 57 |
"controlUi": {\n\
|
| 58 |
+
"allowInsecureAuth": false\n\
|
| 59 |
}\n\
|
| 60 |
},\n\
|
| 61 |
"agents": {\n\
|