forked from D3Public/oxtotp
adjust documentation
This commit is contained in:
parent
5b6dd4a4da
commit
bb594eb3c9
@ -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
|
- 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
|
- statische Backupcodes ermöglichen auch eine (begrenzte) Anmeldung ohne Zugang zum Generierungstool
|
||||||
|
|
||||||
|
- optionale Verpflichtung zur 2FA-Nutzung für Adminuser
|
@ -39,7 +39,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6",
|
"php": ">=5.6",
|
||||||
"ext-xmlwriter": "*",
|
"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",
|
"spomky-labs/otphp": "^8.3",
|
||||||
"bacon/bacon-qr-code": "^1.0 || ^2.0",
|
"bacon/bacon-qr-code": "^1.0 || ^2.0",
|
||||||
"zendframework/zend-math": "^3.2"
|
"zendframework/zend-math": "^3.2"
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
title: Changelog
|
title: Changelog
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.1.0.0 (2022-09-30)
|
||||||
|
|
||||||
|
###
|
||||||
|
- optionale Verpflichtung zur 2FA-Nutzung für Adminbenutzer
|
||||||
|
|
||||||
## 1.0.0.0 (2019-08-19)
|
## 1.0.0.0 (2019-08-19)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> 2-Faktor-Authentisierung",
|
"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",
|
"titledesc": "für den Oxid eShop",
|
||||||
"author": "D³ Data Development",
|
"author": "D³ Data Development",
|
||||||
"moduledate": "19.08.2019",
|
"moduledate": "30.09.2022",
|
||||||
"editors": "DS",
|
"editors": "DS",
|
||||||
"tagline": "",
|
"tagline": "",
|
||||||
"image": "",
|
"image": "",
|
||||||
|
@ -60,7 +60,7 @@ $aModule = [
|
|||||||
'en' => 'Two-factor authentication (TOTP) for OXID eSales shop',
|
'en' => 'Two-factor authentication (TOTP) for OXID eSales shop',
|
||||||
],
|
],
|
||||||
'thumbnail' => 'picture.png',
|
'thumbnail' => 'picture.png',
|
||||||
'version' => '1.0.0.0',
|
'version' => '1.1.0.0',
|
||||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
'url' => 'http://www.oxidmodule.com/',
|
'url' => 'http://www.oxidmodule.com/',
|
||||||
|
Loading…
Reference in New Issue
Block a user