From: Eugen Rochko Date: Sat, 29 Sep 2018 17:14:48 +0000 (+0200) Subject: Support /.well-known/change-password (#8828) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1e75e74f6bea991bc9f48a180af7da0f25598851;p=mastodon.git Support /.well-known/change-password (#8828) Fix #8771 --- diff --git a/config/routes.rb b/config/routes.rb index 35e4bdbf9..d5a9e734c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -21,6 +21,7 @@ Rails.application.routes.draw do get '.well-known/host-meta', to: 'well_known/host_meta#show', as: :host_meta, defaults: { format: 'xml' } get '.well-known/webfinger', to: 'well_known/webfinger#show', as: :webfinger + get '.well-known/change-password', to: redirect('/auth/edit') get 'manifest', to: 'manifests#show', defaults: { format: 'json' } get 'intent', to: 'intents#show' get 'custom.css', to: 'custom_css#show', as: :custom_css