Details
Description
When changing the password of a DirectAdmin service as an admin, the password must be at least 12 characters long. However, this is a variable in: components/modules/direct_admin/config/direct_admin.php
Configure::set('DirectAdmin.password_length', 12);
Changing this value to say 8, and trying to change the password to something else that meets the other requirements still fails unless it is 12 characters long.
This might be an issue that impacts changing the password only and not necessarily creating new accounts. I did not test creating new accounts but that should be checked.