diff --git a/chaoscenter/authentication/api/handlers/doc.go b/chaoscenter/authentication/api/handlers/doc.go index 344e7de0849..6d6c927525b 100644 --- a/chaoscenter/authentication/api/handlers/doc.go +++ b/chaoscenter/authentication/api/handlers/doc.go @@ -97,7 +97,7 @@ type ErrUserDeactivated struct { type ErrStrictPasswordPolicyViolation struct { Code int `json:"code" example:"401"` - Message string `json:"message" example:"Please ensure the password is atleast 8 characters long and atmost 16 characters long and has atleast 1 digit, 1 lowercase alphabet, 1 uppercase alphabet and 1 special character"` + Message string `json:"message" example:"Please ensure the password is atleast 8 characters and atmost 16 characters long and has atleast 1 digit, 1 lowercase alphabet, 1 uppercase alphabet and 1 special character"` } type ErrStrictUsernamePolicyViolation struct {