privated the password field in the user object
This commit is contained in:
parent
ca53bcdbbb
commit
98ac5512aa
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class User
|
||||||
* The user's password hash.
|
* The user's password hash.
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $password = '';
|
private $password = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* UNIX timestamp of last time the password was changed.
|
* UNIX timestamp of last time the password was changed.
|
||||||
|
|
Reference in a new issue