Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.11k stars 890 forks source link

Remove bcrypt() calls use Hash #5479

Closed pxpm closed 6 months ago

pxpm commented 6 months ago

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 https://github.com/Laravel-Backpack/community-forum/issues/895