Skip to content

Commit ee34b38

Browse files
committed
AC-9797: 2FA functionality enhancement
1 parent 8dc7fea commit ee34b38

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

TwoFactorAuth/etc/adminhtml/system.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,20 @@
3737
</field>
3838
<field canRestore="1" id="twofactorauth_retry" translate="label" type="text" sortOrder="40"
3939
showInDefault="1" showInWebsite="0" showInStore="0">
40-
<label>Configuration for TwoFactorAuth retry attempts</label>
41-
<comment>Security configurations for TwoFactorAuth page.</comment>
40+
<label>Setting the retry attempt limit for Two-Factor Authentication</label>
41+
<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.
45+
</comment>
4246
</field>
4347
<field canRestore="1" id="auth_lock_expire" translate="label" type="text" sortOrder="40"
4448
showInDefault="1" showInWebsite="0" showInStore="0">
4549
<label>Configuration for TwoFactorAuth lock expire time</label>
46-
<comment>TwoFactorAuth Configuration.</comment>
50+
<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.
53+
</comment>
4754
</field>
4855
</group>
4956
<group id="google" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0"

0 commit comments

Comments
 (0)