We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
thanks for your work. how could one add groups of a user to the output? is this even possible since users can have multiple groups?
i started by adding this to AllUsers.php
$query = $this->connection->getQueryBuilder(); $query->select('gid') ->from('group_user'); $this->queries['groups'] = $query;
this is not finished at all..
The text was updated successfully, but these errors were encountered:
You want to add the list of groups the user is a member of to the output?
Sorry, something went wrong.
Yes, that is what i want
+1 We definitely need this feature! would be great if you can add the User's group list to the report! Sadly I'm not a PHP developer... :(
Is it possible to add this feature? We really need this! + column with disabled state btw.
No branches or pull requests
thanks for your work.
how could one add groups of a user to the output? is this even possible since users can have multiple groups?
i started by adding this to AllUsers.php
this is not finished at all..
The text was updated successfully, but these errors were encountered: