auth: add recovery and account security
This commit is contained in:
2
migrations/008_add_recovery_key.sql
Normal file
2
migrations/008_add_recovery_key.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE user
|
||||
ADD COLUMN recovery_key_hash TEXT NOT NULL DEFAULT '';
|
||||
Reference in New Issue
Block a user