Skip to content

Commit e5b3750

Browse files
Merge branch 'AC-9797' into cia-2.4.8-beta1-develop-bugfix-06072024
2 parents 071252f + 5651077 commit e5b3750

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

TwoFactorAuth/etc/adminhtml/system.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,17 @@
3737
</field>
3838
<field canRestore="1" id="twofactorauth_retry" translate="label" type="text" sortOrder="40"
3939
showInDefault="1" showInWebsite="0" showInStore="0">
40-
<label>Setting the retry attempt limit for Two-Factor Authentication</label>
40+
<label>Retry attempt limit for Two-Factor Authentication</label>
4141
<comment>
42-
This involves configuring the maximum number of retry attempts allowed for TwoFactorAuth.
43-
This setting is very important for security, as it determines how many times a user can try to complete the 2FA process before being temporarily locked out.
44-
By limiting the number of attempts, it helps to prevent unauthorized access and brute force attacks, thereby enhancing the overall security of the authentication process.
42+
Determines how many times a user can try to complete the 2FA process before being temporarily locked out.
4543
</comment>
4644
</field>
4745
<field canRestore="1" id="auth_lock_expire" translate="label" type="text" sortOrder="40"
4846
showInDefault="1" showInWebsite="0" showInStore="0">
49-
<label>Configuration for TwoFactorAuth lock expire time</label>
47+
<label>Two-Factor Authentication lockout time (seconds)</label>
5048
<comment>
51-
This refers to the settings or parameters that determine how long the lock for TwoFactorAuth will remain active before it expires.
52-
This configuration is very important for security, ensuring that users have a limited time to complete their 2FA process, thereby reducing the risk of unauthorized access.
49+
Determines how long a user is locked out if they reach the threshold defined above.
50+
Please enter at least 120 and at most 1800 (30 minutes).
5351
</comment>
5452
</field>
5553
</group>

0 commit comments

Comments
 (0)