-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[feature request] Add ability to show all user's "last seen" date and time on CLI with occ
#39048
Comments
occ
occ
existing occ user:list command with little postprocessing provides exactly such report https://help.nextcloud.com/t/email-alerts-for-non-logged-users-more-than-30-days/157945/3 |
Thanks, and sure, can do postprocessing (after installing I'm more asking for an |
Given I doubt this Issue will get any traction if you wait for someone else to implement it - since there is a perfectly reasonable solution/alternative and there are "a million" other items (that don't have alternatives) that will always take core developer priority. :-) Both the json output support and You're welcome to to implement a built-in |
Okay cool, here's a PR for it. |
How to use GitHub
Is your feature request related to a problem? Please describe.
A specific user's last seen date and time can be found with
sudo -u www-data php /var/www/nextcloud/occ user:lastseen <uid>
but there is no capability to return this information for all users.Describe the solution you'd like
Perhaps all
--all
switch for theocc
command, to return list of all user's last seen date and time?Describe alternatives you've considered
Have considered shell scripts discussed on this forum thread, but they're cumbersome.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: