Skip to content

respect is_hashed_password in create_sql_db#211

Merged
bthieurmel merged 1 commit intodatastorm-open:masterfrom
crouchcd:fix-respect-hashed
Sep 5, 2025
Merged

respect is_hashed_password in create_sql_db#211
bthieurmel merged 1 commit intodatastorm-open:masterfrom
crouchcd:fix-respect-hashed

Conversation

@crouchcd
Copy link
Contributor

With the support of PostgreSQL backends (among others) in version 1.0.500, we should be able to port SQLite credentials over to the new tables while respecting is_hashed_password column (if it exists).

This will respect the is_hashed_password column by checking its existence/value before hashing. Otherwise, the password is assumed to be plaintext.

Clients migrating from SQLite will be able to use existing credentials without forcing users to reset their passwords.

@bthieurmel bthieurmel merged commit 46463d2 into datastorm-open:master Sep 5, 2025
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.

2 participants