diff --git a/README.en.md b/README.en.md index 194e857..54e08f3 100644 --- a/README.en.md +++ b/README.en.md @@ -15,6 +15,7 @@ The key management is done in the admin area and in the user's "My Account". - [Installation](#installation) - [Usage](#usage) +- [Configuration](#configuration) - [Changelog](#changelog) - [Contributing](#contributing) - [License](#license) @@ -55,6 +56,10 @@ Any FIDO2-certified hardware can be used for registration. This can be: Since a password is no longer required with a FIDO2-based login, the backup password can also be more complex than passwords suitable for everyday use. +## Configuration + +The FIDO2 accesses created are fixed to the respective shop and cannot be exchanged between different shops. The basis for the accesses is the current URL of the shop. If your shop is accessible under different URLs or moves to a new address, you can overwrite the default value in the module settings. This way, existing accesses do not become invalid with the change. + ## Changelog See [CHANGELOG](CHANGELOG.md) for further informations. diff --git a/README.md b/README.md index 1d2b06d..aa5441f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Die Schlüsselverwaltung erfolgt im Adminbereich sowie im "Mein Konto" des Benut - [Installation](#installation) - [Verwendung](#verwendung) +- [Konfiguration](#konfiguration) - [Changelog](#changelog) - [Beitragen](#beitragen) - [Lizenz](#lizenz) @@ -55,6 +56,10 @@ Zur Anmeldung ist jede FIDO2-zertifizierte Hardware nutzbar. Das können sein: Da bei einer FIDO2-basierten Anmeldung kein Passwort mehr benötigt wird, kann das Backupkennwort auch komplexer als alltagstaugliche Passworte sein. +## Konfiguration + +Die angelegten FIDO2-Zugänge sind auf den jeweiligen Shop festgeschrieben und können nicht zwischen unterschiedlichen Shops ausgetauscht werden. Basis für die Zugänge ist die aktuelle URL des Shops. Wenn Ihr Shop unter verschiedenen URLs erreichbar ist oder auf eine neue Adresse umzieht, können Sie die Vorgabe in den Moduleinstellungen überschreiben. So werden bestehende Zugänge mit dem Wechsel nicht ungültig. + ## Changelog Siehe [CHANGELOG](CHANGELOG.md) für weitere Informationen.