🐞 Bug Summary
Password policy rejects valid passwords containing sequential characters (e.g., "123", "abc") with no option to disable this check.
🧩 Affected Component
🔁 Steps to Reproduce
- Attempt to set a password containing sequential characters (e.g., "Pass123word!" or "Abcd!Password1")
- Password validation fails with error: "Password contains too many sequential characters"
- No configuration option exists to disable this validation rule
🤔 Expected Behavior
There should be a configuration option to disable the sequential character check for environments where this restriction is not required or conflicts with existing password policies.
📓 Logs / Error Output
{
"detail": "Password contains too many sequential characters"
}
🐞 Bug Summary
Password policy rejects valid passwords containing sequential characters (e.g., "123", "abc") with no option to disable this check.
🧩 Affected Component
mcpgateway- APImcpgateway- UI (admin panel)mcpgateway.wrapper- stdio wrapper🔁 Steps to Reproduce
🤔 Expected Behavior
There should be a configuration option to disable the sequential character check for environments where this restriction is not required or conflicts with existing password policies.
📓 Logs / Error Output
{ "detail": "Password contains too many sequential characters" }