issue 1235 do not display email address in user information page

also, XSS defense in user information page


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10133 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-02-20 08:34:28 +00:00
parent efe463161e
commit 023835f62e
3 changed files with 19 additions and 4 deletions

View file

@ -1564,10 +1564,6 @@
}
*/
// XSS defence
$oSecurity = new Security($this->memberInfo);
$oSecurity->encodeHTML('user_name', 'nick_name', 'address.');
// Information stored in the session login user
Context::set('is_logged', true);
Context::set('logged_info', $this->memberInfo);