Skip to content

Commit

Permalink
update: auth config
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed Oct 3, 2021
1 parent 559c433 commit 20cf51f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,12 @@
*/

'password_timeout' => 10800,

'TwoStepEnabled' => true,

'verificationEmailFrom' => env('MAIL_FROM_ADDRESS', env('MAIL_FROM_NAME')),

'verificationEmailFromName' => ' 2-Step Verification',

'TwoStepExceededCount' => 3,

'TwoStepExceededCountdownMinutes' => 60 * 24,

'TwoStepVerifiedLifetimeMinutes' => 6 * 60,

'TwoStepTimeResetBufferSeconds' => 6 * 60,

];

0 comments on commit 20cf51f

Please sign in to comment.