I don't know where to begin?
Only the database manager (developer) can do such a thing. A general user won't have access to this.
So the question, why?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi Laravel community,
I am wondering why it is possible to copy a user's password hash and then replace it with someone else's. I did a fresh install of Laravel 10.42.0 for testing purposes and did not make any changes to the default settings. The driver in the "hashing.php" is set to "bcrypt", and as far as I can see everything is configured correctly. I always thought that "user-salting" would prevent the password hash from being copied and assigned to another user. Have I possibly misunderstood something here?
Please or to participate in this conversation.