What's Changed
- Fix: Bug report modal shows escaped content and clipboard copy fails for textarea by @guerricv in #5089
- Clipboard copy reworked -- The copy-to-clipboard feature now supports both the clipboard-target attribute and data-clipboard-text, and correctly reads values from input fields. This fixes cases where copying a password or login would silently fail.
- Bug report dialog improved -- The bug report generator now outputs clean plain text instead of raw HTML, making it much easier to read and paste into a GitHub issue. It also handles missing PHP error data gracefully instead of causing an error.
- Fixed bug report crash -- Generating a bug report no longer fails with an undefined index error when no PHP error has been recorded.
- Improve Sharekeys Encryption Migration modal (UI + i18n) by @guerricv in #5087
- Sharekeys migration notice enhanced -- The admin dashboard now shows a clear, well-formatted modal explaining which user accounts still need to be migrated to the newer encryption library, with recommended actions and a sorted list of affected users.
- Admin page fully localized -- Hardcoded English strings in the admin panel (modal titles, buttons, migration notices) have been replaced with proper translation keys, so the interface now respects the selected language.
- Browser extension key excluded from bug reports -- The browser_extension_key setting is now redacted from generated bug reports, preventing accidental exposure of sensitive data.
Full Changelog: 3.1.6.6...3.1.6.7
Last important topics
- 3.1.6.0 - Migration is forced when user is login. If you want to migrate progressively, set
FORCE_PHPSECLIBV3_MIGRATIONtoFALSE(in file./includes/config/include.php). - 3.1.5.10 - Refactor: Remove user password sanitization (see documentation)
- 3.1.5.2 - New: Personal items migration phase implemented with improved management (see documentation)
- 3.1.5.0 - New: transparent user password recovery in case of password change in external AD (please read documentation)
Important
- Requires at least
PHP 8.1 - New password library implemented, read about impacts
Languages
Please join Teampass v3 translation project on Poeditor and translate it for your language.
Installation
Follow instructions from Documentation.
Upgrade
Follow instructions from Documentation.
Ideas and comments
Are welcome ... please use Discussions.