Skip to content

passwords are stored in plaintext #43

Description

@mhrivnak
sqlite> select * from users;
1|mhrivnak|letmein|mhrivnak@somewhere|me||

I used the password letmein here, and you can see that it's stored in the DB in plaintext. It should at least be stored as just the hash.

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