]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Redirect suspended users to an information page
[rails.git] / config / routes.rb
index b15d77e31c20f803e2025334c2517a4cd1baf86d..7e27ee19ef70714f526111597df042e94c2f4bb7 100644 (file)
@@ -104,6 +104,7 @@ ActionController::Routing::Routes.draw do |map|
   map.connect '/user/go_public', :controller => 'user', :action => 'go_public'
   map.connect '/user/reset-password', :controller => 'user', :action => 'reset_password'
   map.connect '/user/forgot-password', :controller => 'user', :action => 'lost_password'
+  map.connect '/user/suspended', :controller => 'user', :action => 'suspended'
 
   map.connect '/index.html', :controller => 'site', :action => 'index'
   map.connect '/edit.html', :controller => 'site', :action => 'edit'