Skip to content

Commit 451c555

Browse files
author
Rafael Grigorian
committed
Updated spelling/grammar
1 parent 19f57f6 commit 451c555

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ About
1111
This module is available on the <a href="https://marketplace.magento.com/jetrails-jetrails-twofactor.html" ><b>Magento Marketplace</b></a>. The JetRails 2FA plugin adds an extra layer of security to your Magento store. User-based 2FA enablement ensures that admin users are following best security practices. This module has the following features:
1212

1313
- A Master Administrator can require 2FA to be utilized by specific users.
14-
- Usage for 2FA can be enforced and required for log-in.
15-
- Once you use the 2FA to login, there is an option to bypass authentication for a pre-configured number of days.
14+
- Usage of 2FA can be enforced and required for log in.
15+
- Once you use the 2FA to log in, there is an option to bypass authentication for a pre-configured number of days.
1616
- A Master Administrator can oversee every user's authentication process.
17-
- In case of lost or misplaced 2FA account, backup codes are available as an alternate method for authentication.
18-
- In case of an attempted account breach, prevention protocols are in place via Brute-force protection, which will temporarily block the account.
17+
- In the event of a lost or misplaced 2FA account, backup codes are available as an alternate method for authentication.
18+
- In the event of an attempted account breach, prevention protocols are in place via brute-force protection, which will temporarily block the account.
1919
- The threshold for the number of failed authentication attempts before a temporary ban is imposed is configurable.
20-
- The duration of a user's temporarily ban is configurable.
20+
- The duration of a user's temporary ban is configurable.
2121
- An automatic instantaneous alert will be sent to the account owner and store admins informing them of an attempted breach. Any security warning will be logged with any relevant data such as the offender's IP address.
2222
- The 2FA account can be setup for devices (something they have) using the Google Authenticator app, which is available for every platform including <a href="https://itunes.apple.com/us/app/google-authenticator/id388497605" >iPhone</a> and <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2" >Android</a>.
2323

design/User Guide.sketch

4.15 KB
Binary file not shown.

doc/User Guide.pdf

-667 Bytes
Binary file not shown.

package.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@
2020
<summary>The JetRails 2FA plugin adds an extra layer of security to your Magento store. User-based 2FA enablement ensures that admin users are following best security practices.</summary>
2121
<description>
2222
Your Magento storefront is vulnerable. Eliminate your security risk by downloading the JetRails Two-factor authentication module. Two-factor authentication, also known as 2FA, is a critical component for Magento security and is used widely by Magento backend admin users. Authentication is a security process to verify a user's identity. Authentication consists of three factors; something they know (ie. password), something they have (ie. phone), or something they are (ie. fingerprint).
23-
With a stock Magento installation, a user is only given one method of authentication. This method of authentication is "Something they know" usually consisting of their admin user's name and password. While having one method of authentication is typically secure, it has its limitations. By adding one additional layer of authentication, security is significantly strengthened. Having multiple methods of authentication is known as multi-factor authentication. It is often recommended that you choose at least two out of the three methods of authentication to ensure strong security.
24-
This plugin works with "Something they know" and "Something they have". A Magento admin user that has the JetRails 2FA plugin enabled will not only be authenticated with "Something they know" which would be their admin username and password, but they will also authenticate with "Something they have" such as their phone or tablet.
23+
With a stock Magento installation a user is only given one method of authentication -- something they know. This usually consists of their administrative username and password. While having one method of authentication is typically secure, it has its limitations. By adding one additional layer of authentication, security is significantly strengthened. Having multiple methods of authentication is known as multi-factor authentication. It is often recommended that you choose at least two out of the three methods of authentication to ensure strong security.
24+
This plugin works with "something they know" and "something they have". A Magento admin user that has the JetRails 2FA plugin enabled will not only be authenticated with "something they know", which would be their admin username and password, but they will also authenticate with "something they have", such as their phone or tablet.
2525
Once the JetRails 2FA plugin is installed for your Magento store and an admin successfully logs into their account, the JetRails 2FA plugin will prompt the user to set up their 2FA account. The typical user enrollment process takes up to five minutes including installation of the Google Authenticator application on their device. For more information on using the JetRails 2FA plugin, make sure to read the user guide which offers visual step-by-step instructions.
26-
2FA is an industry best practice and is implemented using the Time-Based One-Time Password (TOTP) algorithm. In developing this plugin, RFC-6238 was used for reference and it can be found <a href="https://tools.ietf.org/html/rfc6238" >here</a>. Since 2FA gives an extra layer of protection to Magento’s authentication process, it is vital to every Magento installation.
26+
2FA has become an industry standard and is implemented using the Time-Based One-Time Password (TOTP) algorithm. In developing this plugin, RFC-6238 was used for reference. Since 2FA gives an extra layer of protection to Magento’s authentication process, it is vital to every Magento installation.
2727

2828
This plugin comes with the following features and benefits:
2929

3030
- A Master Administrator can require 2FA to be utilized by specific users.
31-
- Usage for 2FA can be enforced and required for log-in.
32-
- Once you use the 2FA to login, there is an option to bypass authentication for a pre-configured number of days.
31+
- Usage of 2FA can be enforced and required for log in.
32+
- Once you use the 2FA to log in, there is an option to bypass authentication for a pre-configured number of days.
3333
- A Master Administrator can oversee every user's authentication process.
34-
- In case of lost or misplaced 2FA account, backup codes are available as an alternate method for authentication.
35-
- In case of an attempted account breach, prevention protocols are in place via Brute-force protection, which will temporarily block the account.
34+
- In the event of a lost or misplaced 2FA account, backup codes are available as an alternate method for authentication.
35+
- In the event of an attempted account breach, prevention protocols are in place via brute-force protection, which will temporarily block the account.
3636
- The threshold for the number of failed authentication attempts before a temporary ban is imposed is configurable.
37-
- The duration of a user's temporarily ban is configurable.
37+
- The duration of a user's temporary ban is configurable.
3838
- An automatic instantaneous alert will be sent to the account owner and store admins informing them of an attempted breach. Any security warning will be logged with any relevant data such as the offender's IP address.
39-
- The 2FA account can be setup for devices (something they have) using the Google Authenticator app, which is available for every platforms including iPhone and Android.
39+
- The 2FA account can be setup for devices (something they have) using the Google Authenticator app, which is available for every platform including iPhone and Android.
4040
</description>
4141
<notes>
4242
- Changed from role based to user based 2FA enforcement

0 commit comments

Comments
 (0)