You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ This package lets you setup your two factor authentication for your existing lar
10
10
## Requirements
11
11
- PHP >= 7.0
12
12
- Laravel >= 5.3
13
-
- Google Authenticator [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en) - [iOS](https://itunes.apple.com/in/app/google-authenticator/id388497605?mt=8) or [Authy](https://www.authy.com/) mobile app
13
+
- Google Authenticator [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en) - [iOS](https://itunes.apple.com/in/app/google-authenticator/id388497605?mt=8)(Recommended) or [Authy](https://www.authy.com/) mobile app
@@ -62,12 +62,12 @@ Once the config file is published you can navigate to config directory of your a
62
62
63
63
**6. Setup 2FA for user**
64
64
65
-
**- Enable 2FA**
65
+
**• Enable 2FA**
66
66
67
67
Now login to the application and visit `/setup-2fa/` route, which will show a barcode which can be scanned either using Google Authenticator or Authy mobile application as described above.
68
68
Scan that code and click **Enable Two Factor Authentication**.
69
69
70
-
** - Disable 2FA**
70
+
**• Disable 2FA**
71
71
72
72
To disable Two Factor, visit `/setup-2fa` route, which will now show a **Disable Two Factor Authentication** button. Click to disable 2FA for your account.
0 commit comments