MDL-20932 user->secret out - merged from 18_STABLE
This commit is contained in:
@@ -1333,7 +1333,6 @@
|
||||
fwrite ($bf,full_tag("LASTLOGIN",4,false,$user->lastlogin));
|
||||
fwrite ($bf,full_tag("CURRENTLOGIN",4,false,$user->currentlogin));
|
||||
fwrite ($bf,full_tag("LASTIP",4,false,$user->lastip));
|
||||
fwrite ($bf,full_tag("SECRET",4,false,$user->secret));
|
||||
fwrite ($bf,full_tag("PICTURE",4,false,$user->picture));
|
||||
fwrite ($bf,full_tag("URL",4,false,$user->url));
|
||||
fwrite ($bf,full_tag("DESCRIPTION",4,false,$user->description));
|
||||
|
||||
@@ -6633,9 +6633,6 @@ define('RESTORE_GROUPS_GROUPINGS', 3);
|
||||
case "LASTIP":
|
||||
$this->info->tempuser->lastip = $this->getContents();
|
||||
break;
|
||||
case "SECRET":
|
||||
$this->info->tempuser->secret = $this->getContents();
|
||||
break;
|
||||
case "PICTURE":
|
||||
$this->info->tempuser->picture = $this->getContents();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user