settings/security: change password

This commit is contained in:
Philippe Loctaux 2023-04-10 18:58:57 +02:00
parent a67c7559b9
commit b05361510a
7 changed files with 121 additions and 1 deletions

View file

@ -558,6 +558,16 @@
},
"query": "update refresh_tokens\n\nset revoked_at = CURRENT_TIMESTAMP\n\nwhere app is ?\n and revoked_at is null"
},
"9784afe2dcff4db86908175d4e3145baf72b3361f43e4127350a14a183ef63f7": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 2
}
},
"query": "update users\n\nset password = ?\n\nwhere id is ?"
},
"9f1885c4786f73335b4d614f562bb7cad49c91bfe7f084d8c25c6c571673ab90": {
"describe": {
"columns": [],