Open vasyugan opened 2 weeks ago
It's a bit unclear at the moment, but don't know how to do it in a good way otherwise. Basically by selecting "365 days" the app will not disable/delete users for the first 365 days. It stores a "discovery" date when looping over users on the first cron execution and takes that as "minimum age".
Here are the settings of the app:
I've got about 100 users who either never logged in or last logged more than two years ago.
Yet the app doesn't disable or delete their accounts.
Steps to reproduce
Expected behaviour
Should either disable or delete the accounts as configured
Actual behaviour
Does nothing.
Note, the 93 disabled accounts have been disabled by me manually.
Here you see an example of a user who last logged in 3 years ago, yet their account gets neither disabled nor deleted.
Server configuration
Web server: Nginx
Database: Maria
PHP version: 8.1
Nextcloud version: 30
List of activated apps
``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder ```Browser
Browser name: Firefox
Browser version: 131
Operating system: Debian GNU/Linux