AddOn
2-Faktor-Authentifizierung mittels one-time-password (OTP) per APP oder E-Mail.
Beschreibung
Das AddOn ermöglicht es eine 2 Faktor-Authentifizierung für das REDAXO-Login bereitzustellen. Administratoren können die 2 Faktor Authentifizierung für die Benutzer erzwingen oder auch optional anbieten.Nutzer werden nach Eingabe der Benutzerdaten aufgefordert, den einmal generierten zeitlich begrenzten Code zur Verifikation einzugeben um in das System zu gelangen.
Weitere Informationen zur Einrichtung und Links zu entsprechenden Apps finden sich in der Hilfe.
github.com/FriendsOfREDAXO/2factor_auth
Umsetzung
Versionen
2.0.6
What's Changed
- Text Corrections
- namespace to FriendsOfREDAXO
- Options for E-Mail and or TOPT
- Settings moved vom System to own SettingPage
- CodeStyle
Full Changelog:
2.0.5
What's Changed
- Text Corrections
- Implemented better understanding for users during 2fa process
Full Changelog:
2.0.4-dev
What's Changed
- Text Corrections
- Implemented better understanding for users during 2fa process
-
Full Changelog: https://github.com/FriendsOfREDAXO/2factor_auth/compare/2.0.3...2.0.4
2.0.3
What's Changed
- Console Enforcement by @dergel in https://github.com/FriendsOfREDAXO/2factor_auth/pull/68
- Period email, E-Mail initial, Methodenupdate by @dergel in https://github.com/FriendsOfREDAXO/2factor_auth/pull/71
- Adding missing Translations for Pages by @skerbis in https://github.com/FriendsOfREDAXO/2factor_auth/pull/72
New Contributors
- @dergel made their first contribution in https://github.com/FriendsOfREDAXO/2factor_auth/pull/68
Full Changelog: https://github.com/FriendsOfREDAXO/2factor_auth/compare/2.0.2...2.0.3
2.0.2
What's Changed
- prevent whoops on missing phpmailer addon by @staabm in https://github.com/FriendsOfREDAXO/2factor_auth/pull/65
Full Changelog: https://github.com/FriendsOfREDAXO/2factor_auth/compare/2.0.1...2.0.2
2.0.1
fixes für cannot re-declare rex_request
function errors #64
Full Changelog: https://github.com/FriendsOfREDAXO/2factor_auth/compare/2.0...2.0.1
2.0.0
Neu
- in den
System
Einstellungen kann man konfigurieren ob 2fa pflicht ist und für wen (2fa optional vs. Pflicht für alle user vs Pflicht nur für Admins) - Alternativ zum OTP 2 Faktor auth - der eine authenticator app benötigt - gibts jetzt auch eine Alternative: über E-Mail
- Darstellung ans default Theme angepasst / views in fragmente ausgelagert
- Hilfe Seite als Tab
- vendor updates
- PHP Mindestversion 7.3+
New Contributors
- @Geri2017 made their first contribution in https://github.com/FriendsOfREDAXO/2factor_auth/pull/30
- @bloep made their first contribution in https://github.com/FriendsOfREDAXO/2factor_auth/pull/22
- @slartibartfass made their first contribution in https://github.com/FriendsOfREDAXO/2factor_auth/pull/45
- @skerbis made their first contribution in https://github.com/FriendsOfREDAXO/2factor_auth/pull/44
- @ytraduko-bot made their first contribution in https://github.com/FriendsOfREDAXO/2factor_auth/pull/46
- @eaCe made their first contribution in https://github.com/FriendsOfREDAXO/2factor_auth/pull/56
Full Changelog: https://github.com/FriendsOfREDAXO/2factor_auth/compare/1.0...2.0
1.0.0
Erstes Release - Erfordert Redaxo >=5.7.0