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

Groups #17

Open
muwaka opened this issue Jun 7, 2018 · 4 comments
Open

Groups #17

muwaka opened this issue Jun 7, 2018 · 4 comments

Comments

@muwaka
Copy link

muwaka commented Jun 7, 2018

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..

@nickvergessen
Copy link
Member

You want to add the list of groups the user is a member of to the output?

@muwaka
Copy link
Author

muwaka commented Jun 22, 2018

Yes, that is what i want

@samweisgamdschie
Copy link

+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... :(

@samweisgamdschie
Copy link

Is it possible to add this feature? We really need this! + column with disabled state btw.

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

No branches or pull requests

3 participants