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

Remove bcrypt() calls use Hash #5479

Merged
merged 2 commits into from
Mar 25, 2024
Merged

Remove bcrypt() calls use Hash #5479

merged 2 commits into from
Mar 25, 2024

Conversation

pxpm
Copy link
Contributor

@pxpm pxpm commented Mar 25, 2024

We were forcing the bcrypt() hashing algorithm by using bcrypt() helper instead of the Hash Facade to encrypt password.

That made impossible to change the app encryption as reported in Laravel-Backpack/community-forum#895

@pxpm pxpm merged commit ce2d2ea into main Mar 25, 2024
3 checks passed
@pxpm pxpm deleted the remove-bcrypt()-calls-use-Hash branch March 25, 2024 10:07
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.

None yet

2 participants