Index: t3lib/class.t3lib_befunc.php =================================================================== --- t3lib/class.t3lib_befunc.php (revision 7527) +++ t3lib/class.t3lib_befunc.php (working copy) @@ -2286,6 +2286,11 @@ break; } + // If this field is a password field, then hide the password by changing it to a asterisk string (******) + if (stristr($theColConf['eval'], 'password')) { + $l = '******'; + } + /***************** *HOOK: post-processing the human readable output from a record ****************/