cpanel callback when users updates password
Hey there guys,
We've got a hosting system that we attempt to keep passwords sync'd up across all of our customers accounts, that said we'd like to create a system that when a user updates their cpanel password it also sync's back and updates their logins to our billing system.
So my question, is there a callback function/feature that l can have whm or cpanel ping back to when a user has updated their cpanel password?
Thanks for any help you can give me!
Re: cpanel callback when users updates password
Quote:
Originally Posted by
jspicher
So my question, is there a callback function/feature that l can have whm or cpanel ping back to when a user has updated their cpanel password?
Sure is, the best one IMHO is The Universal Password Trap though, check it out at: Universal Password Trap
This way, even if passwords are changed via WHM, it is still processed by your script. This documentation also has a good amount of sample code for Perl, and what to do if you're not using Perl.