We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Last release of "passlib" is from 2020, replacement is strongly suggested
DONE: implement support other method supported nowadays by htpasswd
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)
users
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
pbiering
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: