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
If you download the SIP quickstart (twilio serverless:init acme --template="sip-quickstart") and set the DEFAULT_SIP_USER_PASSWORD to something that does not pass the validation for SIP credentials (minimum of 12 characters, contain at least 1 digit, and have mixed case) then the registration fails with a 403 error.
Initial suggestion is that the .env file describes the password requirements.
A 403 error isn't particularly useful for users here, so I would suggest we also ensure that the error message when using an incorrect password is more user friendly and directs them to fill in a suitable password.
Reported in Slack.
If you download the SIP quickstart (
twilio serverless:init acme --template="sip-quickstart"
) and set theDEFAULT_SIP_USER_PASSWORD
to something that does not pass the validation for SIP credentials (minimum of 12 characters, contain at least 1 digit, and have mixed case) then the registration fails with a 403 error.Initial suggestion is that the
.env
file describes the password requirements.A 403 error isn't particularly useful for users here, so I would suggest we also ensure that the error message when using an incorrect password is more user friendly and directs them to fill in a suitable password.
@craigsdennis what do you think?
The text was updated successfully, but these errors were encountered: