Token lifetime for sending messages is set to 1 hour.
This commit is contained in:
parent
4c78b07a95
commit
402629dfb4
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ trait PostValidatorTrait
|
|||
'check_message' => [$this, 'vCheckMessage'],
|
||||
'check_timeout' => [$this, 'vCheckTimeout'],
|
||||
])->addRules([
|
||||
'token' => 'token:' . $marker,
|
||||
'token' => 'token:3600:' . $marker,
|
||||
'email' => $ruleEmail,
|
||||
'username' => $ruleUsername,
|
||||
'subject' => $ruleSubject,
|
||||
|
|
Loading…
Add table
Reference in a new issue