CLPCTL - Problem with special characters in password result false error #395

Closed
opened 2026-04-05 20:27:30 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @John-Henrique on 5/29/2023

CloudPanel version(s) affected

2.2.2

Description

When try run command to add a new site, get false error related a password size.

How to reproduce

Just run command to add new site and and type a password with special characters, like that

clpctl site:add:php --domainName=sub.domain.com.br --phpVersion=8.1 --vhostTemplate='WooCommerce' --siteUser=ajykcoeqsu --siteUserPassword='AVj58FE$QJiY'

Will result in false error, like this

siteUserPassword: This value is too short. It should have 8 characters or more.

Possible Solution

No response

Additional Context

No response

*Originally created by @John-Henrique on 5/29/2023* ### CloudPanel version(s) affected 2.2.2 ### Description When try run command to add a new site, get false error related a password size. ### How to reproduce Just run command to add new site and and type a password with special characters, like that ``` clpctl site:add:php --domainName=sub.domain.com.br --phpVersion=8.1 --vhostTemplate='WooCommerce' --siteUser=ajykcoeqsu --siteUserPassword='AVj58FE$QJiY' ``` Will result in false error, like this ``` siteUserPassword: This value is too short. It should have 8 characters or more. ``` ### Possible Solution _No response_ ### Additional Context _No response_
Sign in to join this conversation.