Skip to content

Commit

Permalink
二段階認証
Browse files Browse the repository at this point in the history
  • Loading branch information
seto1 committed Jul 8, 2024
1 parent c9f2988 commit 1f12b05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/baser-core/config/setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@
*/
'passwordRequestAllowTime' => 1440,

/**
* 二段階認証コードの有効時間(min)
*/
'twoFactorAuthenticationCodeAllowTime' => 10,

/**
* エディタ
*/
Expand Down Expand Up @@ -549,6 +554,7 @@
'defaultAllows' => [
'/baser/admin',
'/baser/admin/baser-core/users/login',
'/baser/admin/baser-core/users/login_code',
'/baser/admin/baser-core/users/logout',
'/baser/admin/baser-core/password_requests/*',
'/baser/admin/baser-core/dashboard/*',
Expand Down

0 comments on commit 1f12b05

Please sign in to comment.