mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 13:02:33 +08:00
FEATURE: Allow admins to delete user SSO records in the UI (#10669)
Also displays the user's last payload in the admin UI to help with debugging SSO issues.
This commit is contained in:
@ -144,6 +144,7 @@ Discourse::Application.routes.draw do
|
||||
post "merge"
|
||||
post "reset_bounce_score"
|
||||
put "disable_second_factor"
|
||||
delete "sso_record"
|
||||
end
|
||||
get "users/:id.json" => 'users#show', defaults: { format: 'json' }
|
||||
get 'users/:id/:username' => 'users#show', constraints: { username: RouteFormat.username }
|
||||
|
Reference in New Issue
Block a user