Skip to content

inefficient password hashing in update_account_by_id #40

Description

@Petermashaka

hello mantainer, i'm Mashaka

I noticed that in the update_account_by_id method of AccountCRUDRepository, the password hash and salt are currently updated only in memory using:

update_account.set_hash_salt(...)
update_account.set_hashed_password(...)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions