adjust documentation

This commit is contained in:
Daniel Seifert 2022-09-30 11:16:32 +02:00
parent 5b6dd4a4da
commit bb594eb3c9
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
5 changed files with 11 additions and 4 deletions

View File

@ -8,3 +8,5 @@ Modul für eine 2-Faktor-Authentisierung (2FA) zum Login in Front- und Backend z
- Validierung der Einmalpassworte und Generierung der QR-Codes werden ausschließlich innerhalb des Shops durchgeführt - keine Kommunikation nach außen nötig
- statische Backupcodes ermöglichen auch eine (begrenzte) Anmeldung ohne Zugang zum Generierungstool
- optionale Verpflichtung zur 2FA-Nutzung für Adminuser

View File

@ -39,7 +39,7 @@
"require": {
"php": ">=5.6",
"ext-xmlwriter": "*",
"oxid-esales/oxideshop-ce": "6.2.1 - 6.12",
"oxid-esales/oxideshop-ce": "6.2.1 - 6.7",
"spomky-labs/otphp": "^8.3",
"bacon/bacon-qr-code": "^1.0 || ^2.0",
"zendframework/zend-math": "^3.2"

View File

@ -2,6 +2,11 @@
title: Changelog
---
## 1.1.0.0 (2022-09-30)
###
- optionale Verpflichtung zur 2FA-Nutzung für Adminbenutzer
## 1.0.0.0 (2019-08-19)
### Added

View File

@ -1,9 +1,9 @@
{
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> 2-Faktor-Authentisierung",
"moduleversion": "1.0.0.0",
"moduleversion": "1.1.0.0",
"titledesc": "für den Oxid eShop",
"author": "D³ Data Development",
"moduledate": "19.08.2019",
"moduledate": "30.09.2022",
"editors": "DS",
"tagline": "",
"image": "",

View File

@ -60,7 +60,7 @@ $aModule = [
'en' => 'Two-factor authentication (TOTP) for OXID eSales shop',
],
'thumbnail' => 'picture.png',
'version' => '1.0.0.0',
'version' => '1.1.0.0',
'author' => 'D&sup3; Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com',
'url' => 'http://www.oxidmodule.com/',