mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Correct password change path for password managers (#14561)
This commit is contained in:
parent
ce0daae636
commit
3eb737c014
@ -386,7 +386,7 @@ Discourse::Application.routes.draw do
|
|||||||
end
|
end
|
||||||
|
|
||||||
get "my/*path", to: 'users#my_redirect'
|
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 "user-cards" => "users#cards", format: :json
|
||||||
get "directory-columns" => "directory_columns#index", format: :json
|
get "directory-columns" => "directory_columns#index", format: :json
|
||||||
|
Loading…
Reference in New Issue
Block a user