mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Impl. temp password
This commit is contained in:
parent
b7131f34e1
commit
291620b1f0
|
|
@ -122,6 +122,14 @@ class Account implements \JsonSerializable, ArrayableInterface
|
|||
*/
|
||||
protected string $password = '';
|
||||
|
||||
/**
|
||||
* Password.
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public string $tempPassword = '';
|
||||
|
||||
/**
|
||||
* Account type.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user