sangeeths
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Posts
Recent activity by sangeeths-
Unable to terminate account after emptying /var/cpanel/users/<user> file
Hi there, I work on a cPanel plugin and I was trying to debug an error from a customer by trying to reproduce it on our test machine. The error was happening when calling the REST version of whmap...
-
Clarification regarding is_backup field in PkgAcct::Create event
Our integration is hooking into PkgAcct::Create and PkgAcct::Restore events to aid in user transfer from one server to another for reactivation. We noticed that the hook gets invoked many times wit...
-
Question regarding order in which dynamicui files get loaded and applied
The documentation at mentions the load order of dynamicui files. I had a question regarding this specific line: /usr/local/cpanel/base/frontend/theme/dynamicui/dynamicui_*.conf Out plugin curren...
-
Alternative method to get $isreseller and $isresellerlogin variables
Our cPanel plugin currently has the following two lines in a PHP file: $data= array( ... 'is_reseller' => $cpanel->cpanelprint('$isreseller'), 'is_reseller_login' => $cpanel->cpanelprint('$...
-
Why isn't the sprite/CSS from custom theme used if the theme is applied for a user?
I work on an integration for cPanel and we use a common dev server and multiple themes to work on different requirements. However, I noticed today that even though I selected a different theme whil...
-
Adding custom user config key for all users
I'm working on a cPanel integration and we use custom config keys stored in /var/cpanel/users/ config files to toggle certain functionalities. The way we currently do this when we want to add a ne...