X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/40c7e0f9aa2fc0d1353818e5316da2203d114cf0..461bf3802df857c51a4ba8bc08bd311418cf72ed:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 4f887d140..2420de1ca 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -44,6 +44,7 @@ ActionController::Routing::Routes.draw do |map| map.connect '/user/save', :controller => 'user', :action => 'save' map.connect '/user/confirm', :controller => 'user', :action => 'confirm' map.connect '/user/go_public', :controller => 'user', :action => 'go_public' + map.connect '/user/reset_password', :controller => 'user', :action => 'reset_password' map.connect '/index.html', :controller => 'site', :action => 'index' map.connect '/edit.html', :controller => 'site', :action => 'edit' map.connect '/search.html', :controller => 'way_tag', :action => 'search'