[GH-ISSUE #3350] Handle password schemes deprecation #1842

Closed
opened 2026-02-27 11:19:26 +03:00 by kerem · 0 comments
Owner

Originally created by @tonioo on GitHub (Nov 28, 2024).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3350

Originally assigned to: @tonioo on GitHub.

Weak password schemes might disappear at some point and that's for example the case with CRYPT.

The underlying python module (crypt) has be removed starting with version 3.13 and so we need to way to prevent any issue and warn admins that they must upgrade the configured scheme ASAP.

A possible plan:

  1. Mark crypt scheme as deprecated for the next patch version (2.3.3) and notify admins using checks and notifications to indicate that they must update their configuration before next minor version
  2. Remove support of this scheme in next minor version (2.4.0)
Originally created by @tonioo on GitHub (Nov 28, 2024). Original GitHub issue: https://github.com/modoboa/modoboa/issues/3350 Originally assigned to: @tonioo on GitHub. Weak password schemes might disappear at some point and that's for example the case with CRYPT. The underlying python module (crypt) has be removed starting with version 3.13 and so we need to way to prevent any issue and warn admins that they must upgrade the configured scheme ASAP. A possible plan: 1. Mark crypt scheme as deprecated for the next patch version (2.3.3) and notify admins using checks and notifications to indicate that they must update their configuration before next minor version 2. Remove support of this scheme in next minor version (2.4.0)
kerem 2026-02-27 11:19:26 +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#1842
No description provided.