Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: #6600

Open
fre2d0m opened this issue Sep 19, 2024 · 1 comment
Open

feature request: #6600

fre2d0m opened this issue Sep 19, 2024 · 1 comment
Labels
feature-request Something cool or not cool

Comments

@fre2d0m
Copy link

fre2d0m commented Sep 19, 2024

What problem did you meet?

I expect to migrate the user data in the stock system to logto, but the user password is stored as follows:

  1. salt field is the salt value generated by the user
  2. The result of adding salt hash to password field: sha1(salt + rawPassword)

Describe what you'd like Logto to have

Does logto support the migration method of the above user password?

If it is not supported, is it worth expanding it and submitting a pull request?

@wangsijie
Copy link
Contributor

Salt is not supported yet, this is indeed a common use case, PR is welcomed

@wangsijie wangsijie added the feature-request Something cool or not cool label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Something cool or not cool
Development

No branches or pull requests

2 participants