--- template_engine.php Sat Aug 27 12:43:35 2005 +++ /usr/local/www/phpldapadmin/template_engine.php Wed Sep 7 22:07:05 2005 @@ -688,7 +688,7 @@ */ // If this is the userPassword attribute, add the javascript so we can call check password later. - if (! strcasecmp( $attr, 'userPassword' ) ) { + if (! strcasecmp( $attr, 'userPassword' ) || ! strcasecmp( $attr, 'cfAppPassword' ) ) { $user_password = $vals[0]; ?>