mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
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:
parent
efe463161e
commit
023835f62e
3 changed files with 19 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue