Skip to content
Permalink
Browse files Browse the repository at this point in the history
fix security vulnerability to get user list, reported by pang0lin
  • Loading branch information
dleffler committed Nov 3, 2016
1 parent b7c3f87 commit e7b6856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/modules/users/controllers/usersController.php
Expand Up @@ -39,6 +39,7 @@ class usersController extends expController {
'update' => 'Update Users',
'show' => 'Show User',
'showall' => 'Show Users',
'getUsersByJSON' => 'Get Users',
);

static function displayname() {
Expand Down

0 comments on commit e7b6856

Please sign in to comment.