Fix var not defined

This commit is contained in:
Laurent Destailleur 2020-11-06 16:28:26 +01:00
parent c097e140cc
commit b8f6e7f214

View File

@ -141,6 +141,11 @@ class User extends CommonObject
*/
public $pass_indatabase_crypted;
/**
* @var string Temporary password
*/
public $pass_temp;
/**
* Date creation record (datec)
*