You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is it a possibility for a bug, if not on Zizaco, then Laravel perhaps ?
Kind regards,
The text was updated successfully, but these errors were encountered:
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.
Is it a possibility for a bug, if not on Zizaco, then Laravel perhaps ?
Kind regards,
The text was updated successfully, but these errors were encountered: