Skip to content

Commit 966dc53

Browse files
committed
AC-9797: 2FA functionality enhancement
1 parent ee34b38 commit 966dc53

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

TwoFactorAuth/etc/adminhtml/system.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,16 @@
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</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.
5350
</comment>
5451
</field>
5552
</group>

0 commit comments

Comments
 (0)