-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from KenTanaka/main
・不要ロジックの削除
- Loading branch information
Showing
4 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
eccube: | ||
rate_limiter: | ||
sms_send_onetime_request: | ||
# 実行するルーティングを指定します。 | ||
route: plg_customer_2fa_sms_send_onetime | ||
# 実行するmethodを指定します。デフォルトはPOSTです。 | ||
method: [ 'POST' ] | ||
# スロットリングの制御方法を設定します。ip・customerを指定できます。 | ||
type: [ 'ip', 'customer' ] | ||
# 試行回数を設定します。 | ||
limit: 5 | ||
# インターバルを設定します。 | ||
interval: '30 minutes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
admin.customer.2fa.sms.title: SMS認証情報 | ||
admin.customer.2fa.sms.authed_phone_number: 2段階認証電話番号 | ||
|
||
front.2fa.sms.resend.message: | | ||
末尾%phoneの携帯電話に認証コードを送信します。 | ||
[認証コードを送信]をクリックしてください。 | ||
[認証コードを送信]をクリックしてください。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters