settings/security: generate paper key
This commit is contained in:
parent
c1daa34f2c
commit
a67c7559b9
12 changed files with 183 additions and 4 deletions
5
crates/database/queries/users/set_paper_key.sql
Normal file
5
crates/database/queries/users/set_paper_key.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
update users
|
||||
|
||||
set paper_key = ?
|
||||
|
||||
where id is ?
|
||||
Loading…
Add table
Add a link
Reference in a new issue