On 31.07.2012 22:36, Janos SUTO wrote: [...skipped...]
Ahh, you use SHA512 version of crypt() that generates a pretty long hash value. Will you do me a favour and make the password field 128 character long, and try it again? If it's still not enough then make it 255 characters long.
yap :) password field with 128 chars long solved the problem.alter table `user` change column `password` `password` char(128) default null;
thx!!! -- MfG, Oleg Reich
