On Tue, 31 Jul 2012 23:01:34 +0200, Oleg Reich wrote:

yap :)
password field with 128 chars long solved the problem.

alter table `user` change column `password` `password` char(128)
default null;


good then. Thanks for helping to solve the issue.

Janos


Reply via email to