Skip to content

Commit 28d4cdf

Browse files
committed
Adding module infos & screenshots
1 parent 057083b commit 28d4cdf

File tree

6 files changed

+44
-3
lines changed

6 files changed

+44
-3
lines changed

authenticator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
## `1.0.2` - 05.09.2024
3+
- Add module information (screenshots, readme, changelog)
4+
5+
## `1.0.1` - 10.08.2024
6+
- Adding a Module check
7+
- Fix some bugs
8+
- reinstall procedure on errors/checks
9+
10+
## `1.0.0` - 06.08.2024
11+
Implement the basic module for 2FA via an authenticator app.

authenticator/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Authenticator
2+
The plugin enables two-factor authentication when logging in.
3+
4+
## Support us! ![Sponsors](https://img.shields.io/github/sponsors/fruithost?style=social)
5+
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.
6+
7+
Be a team-player, all feedbacks of our donations will have the priority. We will build the site for **YOU**!
8+
9+
[![PAYPAL]](https://paypal.me/debitdirect) [![PATREON]](https://www.patreon.com/fruithost) [![GITHUB]](https://github.com/sponsors/fruithost)
10+
11+
![BANK]
12+
13+
[GITHUB]: https://img.shields.io/badge/GitHub-%24?style=for-the-badge&logo=github&color=%230d1117
14+
[PAYPAL]: https://img.shields.io/badge/PayPal-%24?style=for-the-badge&logo=paypal&color=%23169BD7
15+
[PATREON]: https://img.shields.io/badge/PATREON-%24?style=for-the-badge&logo=patreon&color=%23F96854
16+
[BANK]: https://github.com/fruithost/Documentation/blob/main/Images/donation_bank.png?raw=true

authenticator/module.package

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
{
22
"name": "Authenticator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"category": "NULL",
5-
"icon": "NULL",
5+
"icon": "qr-code-scan",
66
"order": 4,
77
"description": "Adding external Authenticator (for sample Google Authenticator) for 2FA.",
88
"author": {
99
"name": "Adrian Preuß",
1010
"email": "[email protected]",
1111
"url": "https://fruithost.de"
1212
},
13-
"repository": "https://github.com/fruithost/Modules"
13+
"repository": "https://github.com/fruithost/Modules",
14+
"screenhsots": [
15+
{
16+
"file": "screenshots/login.png",
17+
"description": "Prompt for the 2FA code when the user logs in"
18+
},
19+
{
20+
"file": "screenshots/settings.png",
21+
"description": "Account settings"
22+
},
23+
{
24+
"file": "screenshots/window.png",
25+
"description": "Initial code request when 2FA is set via the authenticator"
26+
}
27+
]
1428
}

authenticator/screenshots/login.png

34.4 KB
Loading
46.8 KB
Loading

authenticator/screenshots/window.png

64.7 KB
Loading

0 commit comments

Comments
 (0)