Details
Description
The 24 character password limit no longer exists, but the couchbase-cli tool is still enforcing it: running cluster-init with a password longer than 24 characters returns an error.
MAX_LEN_PASSWORD is still set to 24 at https://github.com/couchbase/couchbase-cli/blob/d2c85c79a60b587956c03c13a2aef1cbdb512d1e/cluster_manager.py#L13