Fix var not defined
This commit is contained in:
parent
c097e140cc
commit
b8f6e7f214
@ -141,6 +141,11 @@ class User extends CommonObject
|
||||
*/
|
||||
public $pass_indatabase_crypted;
|
||||
|
||||
/**
|
||||
* @var string Temporary password
|
||||
*/
|
||||
public $pass_temp;
|
||||
|
||||
/**
|
||||
* Date creation record (datec)
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user