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

Password hashing important issue #499

Closed
goranata opened this issue Jan 22, 2015 · 0 comments
Closed

Password hashing important issue #499

goranata opened this issue Jan 22, 2015 · 0 comments

Comments

@goranata
Copy link

Hi,

I'm using Zizaco COnfide and Entrust for multiple already existing website, but for this project I've a requirement for a multiple users website, with normaly a password change option.

After I've made my password change logic, following this: https://www.youtube.com/watch?v=xrCkdyzVAzQ I have noticed, that the old password (the password that was hashed by Zizaco registration controller is differently hashed.

To be more precise when I type the old password, I get have a hash check, using the L4 built in function Hash::check($old_password, Auth::user()->getAuthPassword()) and it keeps me saying that my password is incorrect. I've put all these to be echoed, and yes they appear to be.

l4-zizaco-confide-password

Is it a possibility for a bug, if not on Zizaco, then Laravel perhaps ?

Kind regards,

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

No branches or pull requests

1 participant