Hello,
I've a table with a password-row where the
password should be encrypted with the password()-
function from mysql. I added "WC" to the options
$opts['fdd']['passwd'] = array(
'name'=>'Passwd',
'select'=>'T',
'type'=>'string',
'maxlen'=>30,
'nowrap'=>false,
'required'=>true,
'options'=>'WC',
'sort'=>true
);
but the password is written in clear text into the DB.
Any hints?
Regards,
Thomas.
|