Problem
CE0129 "Administrator password has not been set" can only be resolved through the Studio Pro security settings GUI; there is no MDL command for it.
Current behavior
execAlterProjectSecurity() (mdl/executor/cmd_security_write.go:954-997) supports ALTER PROJECT SECURITY LEVEL … and … DEMO USERS ON|OFF, but nothing for the administrator password field in ProjectSecurity. No grammar token for ADMIN PASSWORD.
Request
Add ALTER PROJECT SECURITY ADMIN PASSWORD '<value>' (final syntax TBD per .claude/skills/design-mdl-syntax.md).
Full-stack touch points
mdl/grammar/MDLParser.g4 — extend ALTER PROJECT SECURITY rule
mdl/ast/ast_security.go — extend AlterProjectSecurityStmt
mdl/visitor/visitor_security.go — build AST
mdl/executor/cmd_security_write.go:954-997 — handler
mdl/backend/security.go + mdl/backend/mpr/ — set the BSON field; mock stub
Related
Part of feedback item "Certain Consistency Errors cannot be fixed via mxcli" alongside #7c (System module roles). CE0066 ("Update Security") from the same report is already shipped as UPDATE SECURITY.
Source: customer feedback batch (2026-06). Reporter: Miwa. Reporter severity: 4/5.
Filed after codebase investigation at 297e0b0a.
Problem
CE0129 "Administrator password has not been set" can only be resolved through the Studio Pro security settings GUI; there is no MDL command for it.
Current behavior
execAlterProjectSecurity()(mdl/executor/cmd_security_write.go:954-997) supportsALTER PROJECT SECURITY LEVEL …and… DEMO USERS ON|OFF, but nothing for the administrator password field in ProjectSecurity. No grammar token forADMIN PASSWORD.Request
Add
ALTER PROJECT SECURITY ADMIN PASSWORD '<value>'(final syntax TBD per.claude/skills/design-mdl-syntax.md).Full-stack touch points
mdl/grammar/MDLParser.g4— extend ALTER PROJECT SECURITY rulemdl/ast/ast_security.go— extendAlterProjectSecurityStmtmdl/visitor/visitor_security.go— build ASTmdl/executor/cmd_security_write.go:954-997— handlermdl/backend/security.go+mdl/backend/mpr/— set the BSON field; mock stubRelated
Part of feedback item "Certain Consistency Errors cannot be fixed via mxcli" alongside #7c (System module roles). CE0066 ("Update Security") from the same report is already shipped as
UPDATE SECURITY.Source: customer feedback batch (2026-06). Reporter: Miwa. Reporter severity: 4/5.
Filed after codebase investigation at
297e0b0a.