Page 2 of 2

Re: app forgets password when using advanced user name field

PostPosted: Sat Jan 08, 2011 5:14 pm
by raf
Isthar wrote:Hey RAF - try md5sum(encryptedpwdmaybewithbadchar) or even uuencode(...)?


Those are good ideas. For version 1.9 I modified the way the password is stored in the database (I was using TEXT type field, now using BLOB), this should resolve the issue.

Thanks!,

Raf.