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

refactor: Remove Passlib #3045

Merged

Conversation

michael-genson
Copy link
Collaborator

What type of PR is this?

(REQUIRED)

  • cleanup

What this PR does / why we need it:

(REQUIRED)

This removes passlib and just uses bcrypt directly.

Which issue(s) this PR fixes:

(REQUIRED)

Fixes #3040

Special notes for your reviewer:

(fill-in or delete this section)

Originally I intended to just suppress the faulty log discussed in #3040, but considering we barely use passlib anyway (and we only use it as a wrapper for bcrypt) I figured I'd just get rid of it.

Testing

(fill-in or delete this section)

Existing tests. I also verified that I can log-in with my own account (i.e. I confirmed existing passwords are compatible)

Copy link
Collaborator

@boc-the-git boc-the-git left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I also confirmed I could change passwords and things still worked as expected.

@boc-the-git boc-the-git merged commit 72696ca into mealie-recipes:mealie-next Jan 25, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] - Warning Message on Password Change Within Docker
2 participants