User active column
This commit is contained in:
@@ -48,6 +48,10 @@ class User
|
||||
* @var string The user's home location.
|
||||
*/
|
||||
public $home;
|
||||
/**
|
||||
* @var bool Is user account active.
|
||||
*/
|
||||
public $active;
|
||||
/**
|
||||
* @var bool Can user change its avatar.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user