mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #3850] passlib is unmaintained #1923
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#1923
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?
Originally created by @ntninja on GitHub (Dec 27, 2025).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3850
Wanted to let you know your
passlibdependency is unmaintained:https://foss.heptapod.net/python-libs/passlib/-/issues/187
https://github.com/ansible/ansible/issues/81949#issuecomment-1768772765
I’ve got a patch for
bcrypt5.0.0 and non-broken tests at:https://foss.heptapod.net/python-libs/passlib/-/work_items/197
Maybe Modoboa wants to do a minimal-effort fork of it?
@ntninja commented on GitHub (Dec 27, 2025):
Alternative quickfix is a patch like the following to bypass
passlibentirely to keepbcryptat least working:@tonioo commented on GitHub (Jan 6, 2026):
@ntninja This one was on my list for quite some time... I've finally decided to replace it with libpass, which looks maintained.
Thanks for the report anyway