AddOn
Backend Password
Beschreibung
Benutzer können ihr Passwort zurückzusetzen, wenn sie es vergessen haben.Benutzer können ihr Passwort zurückzusetzen, wenn sie es vergessen haben.
Umsetzung
Versionen
3.0.0
Technisch runderneuerte und zukunftsfähige Version, möglich gemacht von @christophboecker 👏 und @skerbis 👏. Potenzielle Sicherheitslücken wurden geschlossen, das Upgrade wird empfohlen.
What's Changed
- uses: actions/checkout@v3 by @alxndr-w in https://github.com/FriendsOfREDAXO/be_password/pull/29
- Add comprehensive GitHub Copilot instructions for REDAXO addon development by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/38
- Update README.md with comprehensive German documentation by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/40
- Fix critical security vulnerabilities and code quality issues in be_password addon by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/36
- Kleinere Bugs beheben by @christophboecker in https://github.com/FriendsOfREDAXO/be_password/pull/43
- Add core language support (Spanish, Italian, Dutch, Portuguese, Russian, Swedish) and fix English translations by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/50
- Views in Fragments transformiert, überflüssigen/ungenutzten Code entfernt by @christophboecker in https://github.com/FriendsOfREDAXO/be_password/pull/47
- Rename database table from
user_passwordresettobe_passwordfollowing REDAXO conventions by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/51 - Update Copilot instructions to reflect version 3.0.0 breaking changes by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/53
- SQL-Abfragen überarbeitet by @christophboecker in https://github.com/FriendsOfREDAXO/be_password/pull/54
New Contributors
- @Copilot made their first contribution in https://github.com/FriendsOfREDAXO/be_password/pull/38
- @christophboecker made their first contribution in https://github.com/FriendsOfREDAXO/be_password/pull/43
Full Changelog: https://github.com/FriendsOfREDAXO/be_password/compare/2.0.1...3.0.0
3.0.0-beta-2025-09-30
What's Changed
- uses: actions/checkout@v3 by @alxndr-w in https://github.com/FriendsOfREDAXO/be_password/pull/29
- Add comprehensive GitHub Copilot instructions for REDAXO addon development by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/38
- Update README.md with comprehensive German documentation by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/40
- Fix critical security vulnerabilities and code quality issues in be_password addon by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/36
- Kleinere Bugs beheben by @christophboecker in https://github.com/FriendsOfREDAXO/be_password/pull/43
New Contributors
- @Copilot made their first contribution in https://github.com/FriendsOfREDAXO/be_password/pull/38
- @christophboecker made their first contribution in https://github.com/FriendsOfREDAXO/be_password/pull/43
Full Changelog: https://github.com/FriendsOfREDAXO/be_password/compare/2.0.1...3.0.0-beta-2025-09-30
3.0.0-beta-2025-09-25
Das Addon wurde substanziell überarbeitet, bitte testen und Feedback auf GitHub mitteilen.
What's Changed
- uses: actions/checkout@v3 by @alxndr-w in https://github.com/FriendsOfREDAXO/be_password/pull/29
- Add comprehensive GitHub Copilot instructions for REDAXO addon development by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/38
- Update README.md with comprehensive German documentation by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/40
- Fix critical security vulnerabilities and code quality issues in be_password addon by @Copilot in https://github.com/FriendsOfREDAXO/be_password/pull/36 and finalized by @skerbis
New Contributors
- @Copilot made their first contribution in https://github.com/FriendsOfREDAXO/be_password/pull/38
Full Changelog: https://github.com/FriendsOfREDAXO/be_password/compare/2.0.1...3.0.0-beta-2025-09-25
2.0.1
What's Changed
- Tippfehler by @alxndr-w in https://github.com/FriendsOfREDAXO/be_password/pull/25
- Fehlerbehebung für PHP 8, danke an @skerbis https://github.com/FriendsOfREDAXO/be_password/commits/master
Full Changelog: https://github.com/FriendsOfREDAXO/be_password/commits/master
2.0.1-dev
What's Changed
- Tippfehler by @alxndr-w in https://github.com/FriendsOfREDAXO/be_password/pull/25
- Fehlerbehebung für PHP 8, danke an @skerbis https://github.com/FriendsOfREDAXO/be_password/commits/master
Full Changelog: https://github.com/FriendsOfREDAXO/be_password/commits/master
2.0.0
Breaking Changes
- Konfigurationsseite im Backend entfernt (#20)
Bitte beachten: Eine Anpassung des Textes der Bestätigungs-E-Mail ist damit leider nicht mehr ohne weiteres möglich.
Features
- Kompatibilität mit neuer REX-Loginseite herstellen (#21)
- Datenschutz: Nicht erkennbar machen, dass ein Benutzerkonto existiert (#14)
- Ausgabe des Link in Plaintext-E-Mail korrigiert (#15)
- Mehrsprachigkeit implementiert (#10)
- Datenbank-Anpassungen bei Installation und Deinstallation aktualisiert (#17)
1.1.0
Features
- Passwortregeln beachten (REX 5.4)