0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00
logto/packages/phrases
wangsijie 1c7bdf9ba5
feat(core): implement legacy password migration support (#7036)
* 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>
2025-02-26 03:01:13 +00:00
..
src feat(core): implement legacy password migration support (#7036) 2025-02-26 03:01:13 +00:00
CHANGELOG.md release: version packages (#7008) 2025-02-21 09:19:19 +08:00
package.json release: version packages (#7008) 2025-02-21 09:19:19 +08:00
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.