mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
* feat(core): implement legacy password migration support Add support for legacy password migration with the following changes: - core: Add legacy password migration implementation and API endpoints - schemas: Add database schema changes for legacy password encryption - phrases: Add error messages for legacy password scenarios in all supported languages This change enables seamless migration of user passwords from legacy systems while maintaining security and providing appropriate error handling. * chore: fix unit test * refactor: optimize isLegacyPassword * chore: update alter script timestamp --------- Co-authored-by: fred <luciferlee.x@gmail.com> |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
package.json | ||
README.md | ||
tsconfig.json |
@logto/phrases
See the main README for more information.
Caveats
Dots (.
) are not allowed in the phrase keys. Despite i18next supporting them, they may cause issues when customizing the phrases in the Console. See this pull request for more information.