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

Fix incorrect password algorithm being exported from Appwrite #21

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

stnguyen90
Copy link
Contributor

Before the fix, using the playground to export from appwrite shows an incorrect algorithm and salt.

image

After the fix, using the playground to export from appwrite shows the correct algorithm:

image

I also tested running a migration and then logging in with the email and password and it worked:

image

@christyjacob4 christyjacob4 merged commit 9392b47 into main Sep 25, 2023
2 checks passed
@stnguyen90 stnguyen90 deleted the fix-6303-fix-appwrite-user-password-export branch September 25, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug Report: Passwords are not preserved when migrating between Appwrite instances
2 participants