-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Show disabled user count in occ user:report #22299
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
Show disabled user count in occ user:report #22299
Conversation
Signed-off-by: Morris Jobke <[email protected]>
| $rows[] = ['user directories', $userDirectoryCount]; | ||
|
|
||
| $disabledUsers = $this->config->getUsersForUserValue('core', 'enabled', 'false'); | ||
| $disabledUsersCount = count($disabledUsers); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈 should maybe add a dedicated function for this instead. But I geuss disabled users shouldn't be too many :-X
nickvergessen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🦈
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 31956: failuremariadb10.4-php7.3Show full logmysql5.6-php7.2Show full log |
|
@MorrisJobke backport? |
|
/backport to stable19 |
|
/backport to stable18 |
|
/backport to stable17 |
cc @wobben