Skip to content

Commit

Permalink
ENH - Screenshots & Description
Browse files Browse the repository at this point in the history
  • Loading branch information
mbumpalumpa committed Jun 10, 2024
1 parent f7942d6 commit 79a7af2
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
14 changes: 6 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

# Two-Factor Authentication (2FA)

Increase security within your network by adding an additional authentication method besides username and password.
Enhance the security of your network with the Two-Factor Authentication Module, providing an additional layer of protection on your network. This additional authentication step ensures that only authorized users can access the network, protecting sensitive information.

**Available methods:**

- Email
- Time-based one-time passwords (e.g. Google Authenticator)

Administrators can individually define which user groups are required to use an additional authentication method.
For administrators themselves, a second authentication method will be enabled by default.
## Key Features:

- **Security:** Add an extra layer of security to protect user accounts.
- **Customizable:** Administrators can specify which user groups must use 2FA. It can be activated for all users or just for admins.
- **Defaults:** 2FA is automatically enabled for network administrators.
- **Options:** Choose between Email 2FA or OTP (time-based one-time password) using apps like Google Authenticator or Microsoft Authenticator.
12 changes: 7 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"id": "twofa",
"name": "Two-Factor Authentication (2FA)",
"description": "Increase security by using 2FA methods like e-mail or TOPT.",
"description": "Enhance the security of your network with an additional layer of protection.",
"keywords": [
"2fa",
"two-factor authentication"
"two-factor authentication",
"security"
],
"homepage": "https://github.com/humhub/humhub-modules-twofa",
"screenshots": [
"resources/screen1.png",
"resources/screen2.png",
"resources/screen3.png"
"resources/screenshot1.png",
"resources/screenshot2.png",
"resources/screenshot3.png",
"resources/screenshot4.png"
],
"version": "1.1.4",
"humhub": {
Expand Down
Binary file removed resources/screen1.png
Binary file not shown.
Binary file removed resources/screen2.png
Binary file not shown.
Binary file removed resources/screen3.png
Binary file not shown.
Binary file added resources/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79a7af2

Please sign in to comment.