]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Split password reset functionality into PasswordsController
[rails.git] / config / routes.rb
index 1ba4eaa2491080692c3729903553c26f629ec68b..52e5a69e1c3fb44efb969e566a1d25f91e11930a 100644 (file)
@@ -161,8 +161,8 @@ OpenStreetMap::Application.routes.draw do
   match "/user/confirm" => "users#confirm", :via => [:get, :post]
   match "/user/confirm-email" => "users#confirm_email", :via => [:get, :post]
   post "/user/go_public" => "users#go_public"
-  match "/user/reset-password" => "users#reset_password", :via => [:get, :post]
-  match "/user/forgot-password" => "users#lost_password", :via => [:get, :post]
+  match "/user/reset-password" => "passwords#reset_password", :via => [:get, :post], :as => :user_reset_password
+  match "/user/forgot-password" => "passwords#lost_password", :via => [:get, :post], :as => :user_forgot_password
   get "/user/suspended" => "users#suspended"
 
   get "/index.html", :to => redirect(:path => "/")