The clientlogin hook point as outlined here:
http://docs.whmcs.com/Hooks:ClientLogin is called by the system prior to the clientadd hook point outlined here:
http://docs.whmcs.com/Hooks:ClientAddI feel that these should be swapped around so that if you run both of these hook points in a single file, that anything you have under the function being called by clientadd hook would be run first. Then the clientlogin function being called would run after this.
Post the first comment
Login to post a comment.