You can add the names to the Display Name Change request email by doing this.<br /><br />In changebasic.php<br /><br />Find this:<br /><br /> $msg = "{$ubbt_lang['PDN_BODY']} {$config['phpurl']}/admin/login.php?file=approvepdn.php";<br /><br /><br />Change to this:<br /><br /> $msg = "{$ubbt_lang['PDN_BODY']} {$config['phpurl']}/admin/login.php?file=approvepdn.php \r \r $currentname wants to change to $displayname";<br /><br />