diff --git a/docs/README.md b/docs/README.md index 407d690..2c427dc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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. \ No newline at end of file diff --git a/module.json b/module.json index 049e2c2..5cd067f 100644 --- a/module.json +++ b/module.json @@ -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": { diff --git a/resources/screen1.png b/resources/screen1.png deleted file mode 100644 index d85203a..0000000 Binary files a/resources/screen1.png and /dev/null differ diff --git a/resources/screen2.png b/resources/screen2.png deleted file mode 100644 index 3e45081..0000000 Binary files a/resources/screen2.png and /dev/null differ diff --git a/resources/screen3.png b/resources/screen3.png deleted file mode 100644 index 87a220c..0000000 Binary files a/resources/screen3.png and /dev/null differ diff --git a/resources/screenshot1.png b/resources/screenshot1.png new file mode 100644 index 0000000..889c1ec Binary files /dev/null and b/resources/screenshot1.png differ diff --git a/resources/screenshot2.png b/resources/screenshot2.png new file mode 100644 index 0000000..0f6223f Binary files /dev/null and b/resources/screenshot2.png differ diff --git a/resources/screenshot3.png b/resources/screenshot3.png new file mode 100644 index 0000000..ba1701f Binary files /dev/null and b/resources/screenshot3.png differ diff --git a/resources/screenshot4.png b/resources/screenshot4.png new file mode 100644 index 0000000..2717d77 Binary files /dev/null and b/resources/screenshot4.png differ