Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boxbilling password reset for cPanel #114

Closed
GarryJones opened this issue Apr 8, 2012 · 2 comments
Closed

Boxbilling password reset for cPanel #114

GarryJones opened this issue Apr 8, 2012 · 2 comments

Comments

@GarryJones
Copy link

Hello,

I have found an issue where if you change your cPanel password through box billing and change it to 4 characters or less it still says password changed successfully but it does not change the password.

@boxbilling
Copy link
Collaborator

Issue will be fixed in new version. For now the patch is to edit Server/Manager/Whm.php file and file line 255 and patch to

$result = $this->_request($action, $var_hash);
if(isset($result->passwd[0]) && $result->passwd[0]->status == 0) {
    throw new Server_Exception($result->passwd[0]->statusmsg);
}

@boxbilling
Copy link
Collaborator

Issue fixed with 2.4.30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant