Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH - Screenshots & Description #64

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading