mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[PR #1198] [MERGED] core: Added management command to clean inactive accounts. #2154
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/inactive_accounts_cleanup📝 Commits (4)
c613ad4core: Added management command to clean inactive accounts.9e90632core: fixed unit test.e000d49core: removed debug statement.656cde8Fixed 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.