diff --git a/config/routes.rb b/config/routes.rb index 93d854e232..2ba524acba 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -345,6 +345,7 @@ Discourse::Application.routes.draw do get "my/*path", to: 'users#my_redirect' get "user_preferences" => "users#user_preferences_redirect" + get ".well-known/change-password", to: redirect(relative_url_root + 'my/preferences/account', status: 302) %w{users u}.each_with_index do |root_path, index| get "#{root_path}" => "users#index", constraints: { format: 'html' }