[PR #1198] [MERGED] core: Added management command to clean inactive accounts. #2154

Closed
opened 2026-02-27 12:09:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1198
Author: @tonioo
Created: 7/28/2017
Status: Merged
Merged: 8/4/2017
Merged by: @tonioo

Base: masterHead: feature/inactive_accounts_cleanup


📝 Commits (4)

  • c613ad4 core: Added management command to clean inactive accounts.
  • 9e90632 core: fixed unit test.
  • e000d49 core: removed debug statement.
  • 656cde8 Fixed audit trail handlers.

📊 Changes

8 files changed (+206 additions, -20 deletions)

View changed files

📝 doc/manual_installation/dovecot.rst (+54 -0)
📝 modoboa/admin/handlers.py (+15 -7)
📝 modoboa/core/app_settings.py (+10 -0)
📝 modoboa/core/handlers.py (+18 -11)
modoboa/core/management/commands/clean_inactive_accounts.py (+71 -0)
📝 modoboa/core/tests/test_core.py (+35 -0)
📝 modoboa/core/tests/test_views.py (+1 -0)
📝 modoboa/lib/permissions.py (+2 -2)

📄 Description

see #1196


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/1198 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 7/28/2017 **Status:** ✅ Merged **Merged:** 8/4/2017 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/inactive_accounts_cleanup` --- ### 📝 Commits (4) - [`c613ad4`](https://github.com/modoboa/modoboa/commit/c613ad457251017681f3b74c7ff4783e7794602f) core: Added management command to clean inactive accounts. - [`9e90632`](https://github.com/modoboa/modoboa/commit/9e90632878f773d149af6ce3140d952287df8c63) core: fixed unit test. - [`e000d49`](https://github.com/modoboa/modoboa/commit/e000d49f28e2302427fc7a766dd6041de97c516d) core: removed debug statement. - [`656cde8`](https://github.com/modoboa/modoboa/commit/656cde8644b273e240046b0362b8b1e8b7ff6445) Fixed audit trail handlers. ### 📊 Changes **8 files changed** (+206 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `doc/manual_installation/dovecot.rst` (+54 -0) 📝 `modoboa/admin/handlers.py` (+15 -7) 📝 `modoboa/core/app_settings.py` (+10 -0) 📝 `modoboa/core/handlers.py` (+18 -11) ➕ `modoboa/core/management/commands/clean_inactive_accounts.py` (+71 -0) 📝 `modoboa/core/tests/test_core.py` (+35 -0) 📝 `modoboa/core/tests/test_views.py` (+1 -0) 📝 `modoboa/lib/permissions.py` (+2 -2) </details> ### 📄 Description see #1196 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:09:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2154
No description provided.