settings/security: change password
This commit is contained in:
parent
a67c7559b9
commit
b05361510a
7 changed files with 121 additions and 1 deletions
5
crates/database/queries/users/set_password.sql
Normal file
5
crates/database/queries/users/set_password.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
update users
|
||||
|
||||
set password = ?
|
||||
|
||||
where id is ?
|
||||
Loading…
Add table
Add a link
Reference in a new issue