chore: seminarhof customer project
This commit is contained in:
4
db/sqlite/0004-passwords.sql
Normal file
4
db/sqlite/0004-passwords.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Password support for app_user. Format stored: pbkdf2:<iterations>:<salt_b64>:<hash_b64>
|
||||
-- Existing rows have NULL password_hash and cannot log in until one is set.
|
||||
|
||||
ALTER TABLE app_user ADD COLUMN password_hash TEXT;
|
||||
Reference in New Issue
Block a user