Check there are using the same version of python. Some older pyhton versions have a buggy hashlib and results in incorrect hashing.
On Monday, 19 November 2012 03:22:59 UTC-6, Manuele wrote: > > Hi! > I'd like to ask how a password is verified? I've noticed that cloning my > project in a parallel one with a different name that use the same db > connection (to postgres) the same user cannot be recognized from the new > application. What's the right way to do this operation? > > Thanks a lot > > M. > --

