FEATURE: log manual bounce reset (#20758)

DEV: rename the route "/admin/users/:id/reset_bounce_score" to use dashes instead of underscores
This commit is contained in:
Régis Hanol
2023-03-21 15:26:26 +01:00
committed by GitHub
parent 7ccc7b75b2
commit 37609897e8
6 changed files with 40 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ Discourse::Application.routes.draw do
get "tl3_requirements"
put "anonymize"
post "merge"
post "reset_bounce_score"
post "reset-bounce-score"
put "disable_second_factor"
delete "sso_record"
end