Skip to content

Commit

Permalink
Update PasswordReset.php
Browse files Browse the repository at this point in the history
change Token Expire Time
  • Loading branch information
tubsn authored Feb 19, 2024
1 parent d21d569 commit 9358398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/PasswordReset.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PasswordReset

private $authDB;
private $userDB;
private $resetExpire = '+1 Minutes';
private $resetExpire = '+30 Minutes';
public $mailTemplate = 'auth/reset-pw-email';
public $mailSubject = 'Password reset requested';
public $mailFrom = 'no-reply@flundr.de';
Expand Down

0 comments on commit 9358398

Please # to comment.