nextcloud / user_retention

👤 🗑 Deletes users that did not log in in the last days.
9 stars 8 forks source link

expiration? #731

Closed hansimausisteffiwurstbrot closed 5 months ago

hansimausisteffiwurstbrot commented 5 months ago

Hey, what is "account expiration" about? Is the account deactivated? Are users informed about the "expiration", too?

Thanks!

nickvergessen commented 5 months ago

what is "account expiration" about?

Cleaning up users that no longer use Nextcloud

Is the account deactivated?

No, they are deleted

Are users informed about the "expiration", too?

They can be reminded up front: https://github.com/nextcloud/user_retention#-reminders

At the moment there is no "inform after/during deletion", but it's planned with https://github.com/nextcloud/user_retention/issues/29