-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
## `1.0.2` - 05.09.2024 | ||
- Add module information (screenshots, readme, changelog) | ||
|
||
## `1.0.1` - 10.08.2024 | ||
- Adding a Module check | ||
- Fix some bugs | ||
- reinstall procedure on errors/checks | ||
|
||
## `1.0.0` - 06.08.2024 | ||
Implement the basic module for 2FA via an authenticator app. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Authenticator | ||
The plugin enables two-factor authentication when logging in. | ||
|
||
## Support us! ![Sponsors](https://img.shields.io/github/sponsors/fruithost?style=social) | ||
Donations are an important contribution to the development of OpenSource projects. With your donation you can help us to advance our project. Your support enables us to support the programming. | ||
|
||
Be a team-player, all feedbacks of our donations will have the priority. We will build the site for **YOU**! | ||
|
||
[![PAYPAL]](https://paypal.me/debitdirect) [![PATREON]](https://www.patreon.com/fruithost) [![GITHUB]](https://github.com/sponsors/fruithost) | ||
|
||
![BANK] | ||
|
||
[GITHUB]: https://img.shields.io/badge/GitHub-%24?style=for-the-badge&logo=github&color=%230d1117 | ||
[PAYPAL]: https://img.shields.io/badge/PayPal-%24?style=for-the-badge&logo=paypal&color=%23169BD7 | ||
[PATREON]: https://img.shields.io/badge/PATREON-%24?style=for-the-badge&logo=patreon&color=%23F96854 | ||
[BANK]: https://github.com/fruithost/Documentation/blob/main/Images/donation_bank.png?raw=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,28 @@ | ||
{ | ||
"name": "Authenticator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"category": "NULL", | ||
"icon": "NULL", | ||
"icon": "qr-code-scan", | ||
"order": 4, | ||
"description": "Adding external Authenticator (for sample Google Authenticator) for 2FA.", | ||
"author": { | ||
"name": "Adrian Preuß", | ||
"email": "[email protected]", | ||
"url": "https://fruithost.de" | ||
}, | ||
"repository": "https://github.com/fruithost/Modules" | ||
"repository": "https://github.com/fruithost/Modules", | ||
"screenhsots": [ | ||
{ | ||
"file": "screenshots/login.png", | ||
"description": "Prompt for the 2FA code when the user logs in" | ||
}, | ||
{ | ||
"file": "screenshots/settings.png", | ||
"description": "Account settings" | ||
}, | ||
{ | ||
"file": "screenshots/window.png", | ||
"description": "Initial code request when 2FA is set via the authenticator" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.