Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module "passlib" is unmaintained and need to be replaced #1405

Open
3 of 6 tasks
pbiering opened this issue Mar 7, 2024 · 1 comment
Open
3 of 6 tasks

module "passlib" is unmaintained and need to be replaced #1405

pbiering opened this issue Mar 7, 2024 · 1 comment
Assignees
Milestone

Comments

@pbiering
Copy link
Collaborator

pbiering commented Mar 7, 2024

Last release of "passlib" is from 2020, replacement is strongly suggested

DONE: implement support other method supported nowadays by htpasswd

DONE: autodetect used method per entry in users instead of hardwiring method for the whole file for smooth migration to secure methods (by #1425)

@pbiering
Copy link
Collaborator Author

found during tests: "passlib" will potentially run into problem with upcoming Python 3.13:

passlib/utils/__init__.py:854: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant