Passwords hashed differently on different servers
问题 This is quite strange. Everything has been working fine on the shared server, but the passwords given when users register are hashed completely differently. For example this is about how all hashed passwords look like in phpmyadmin on a shared server: $P$BFLZVVoJlzQpwA3STCCmcXy.s/bRQa0 And this is how they are created on the dedicated server: $2a$08$Kdk3Zg11Va0LvAWTDacLYeqgKbojUY2Tuqtg4QXuhx/ It's longer and it looks different. I checked it many times. The same files are uploaded on both