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

Fixed error - invalid salt length #57 #76

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sommye-ctr
Copy link
Collaborator

Related Issue

Closes #57

Type of Change

Put x inside the square bracket to specify what type of change your PR is:

  • Bug Fix

Description of Change

When the user logout of the app, stop the app and then login again after starting the app again, error is thrown regarding invalid salt length. This was due to the fact that the password field of the user had conflicts with the in memory cache and the db.

Implementation Details

Made sure that the user is added to in memory cache with the hashed password.

@sommye-ctr sommye-ctr mentioned this pull request Jan 5, 2025
1 task
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]Login giving "Invalid salt length" error when logging in after next start up to an older account.
1 participant