Hi there.
I have a custom WHMCS Provisioning Module. When user creates order, then generates service password: Password on Manage Orders page
This password has 10 (alphanumeric) or 14 (alphanumeric and specialchars) characters. From admin panel I can only increase it's complexity.
How can I change password generate to increase characters number?
I've tried to use 'PreModuleCreate' and 'AfterModuleCreate' hooks but they not triggered when order creates (other hooks are triggered).
Please, realy need your help.