mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 06:46:25 +02:00
Add function to impersonate a user
This commit is contained in:
parent
33ae2b0010
commit
ad93a7b537
7 changed files with 99 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
'update_api_key' => '/account/update_api_key/{csrf}/',
|
||||
'delete' => '/account/delete/{csrf}/',
|
||||
'logout' => '/logout/',
|
||||
'stop_impersonate' => '/stop_impersonate/{csrf}/',
|
||||
],
|
||||
|
||||
'Command' => [
|
||||
|
@ -148,6 +149,7 @@
|
|||
'edit' => '/user/edit/',
|
||||
'update' => '/user/update/{csrf}/',
|
||||
'update_status' => '/user/delete/{status}/{csrf}/',
|
||||
'impersonate' => '/user/impersonate/{csrf}/',
|
||||
],
|
||||
|
||||
'Phone' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue