From 3eb737c0146d8eca39fd2acbbcb47701ae061cd8 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Fri, 8 Oct 2021 14:53:14 -0300 Subject: [PATCH] FIX: Correct password change path for password managers (#14561) --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 8156fc40a7..4483ed4097 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -386,7 +386,7 @@ Discourse::Application.routes.draw do end get "my/*path", to: 'users#my_redirect' - get ".well-known/change-password", to: redirect(relative_url_root + 'my/preferences/account', status: 302) + get ".well-known/change-password", to: redirect(relative_url_root + 'my/preferences/security', status: 302) get "user-cards" => "users#cards", format: :json get "directory-columns" => "directory_columns#index", format: :json