Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
update user list by command: action name=cli_update_user_list
Browse files Browse the repository at this point in the history
  • Loading branch information
c12simple committed Nov 17, 2014
1 parent 7c54c0a commit fd65252
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/plugins/core.conf/class.AbstractConfDriver.php
Expand Up @@ -1229,7 +1229,9 @@ public function switchAction($action, $httpVars, $fileVars)

break;


case "cli_update_user_list":
AuthService::listUsers();
break;
default;
break;
}
Expand Down
5 changes: 5 additions & 0 deletions core/src/plugins/core.conf/standard_conf_actions.xml
Expand Up @@ -598,6 +598,11 @@
]]></clientCallback>
</processing>
</action>
<action name="cli_update_user_list">
<processing>
<serverCallback methodName="switchAction"></serverCallback>
</processing>
</action>
</actions>
<client_configs>
<component_config className="AjxpTabulator::userdashboard_main_tab">
Expand Down

0 comments on commit fd65252

Please sign in to comment.