bondy-io / bondy

Bondy is an open source, always-on and scalable application networking platform connecting all elements of a distributed application—offering service and event mesh capabilities combined. Bondy implements the open Web Application Messaging Protocol (WAMP) and is written in Erlang.
https://www.bondy.io
Apache License 2.0
129 stars 12 forks source link

Fix checking password length reading them from configuration #32

Closed alejandro-miguez closed 1 month ago

alejandro-miguez commented 2 months ago

Fix checking password length (min & max) reading them from configuration. The minimum value was changed to 3 instead of 6 for compatibility with old deployments. The maximum value was changed to 256 instead of 254.