By changing the salt, you change the hashed password. So when the user changes their password it actually changes, and those other hashes change too.
If you kept the salt the same then if the user changes the password back to what it was nothing actually changes.
By changing the salt, you change the hashed password. So when the user changes their password it actually changes, and those other hashes change too.
If you kept the salt the same then if the user changes the password back to what it was nothing actually changes.