FEATURE: add a route to show the password reset dialog: /password-reset

This commit is contained in:
Neil Lalonde
2015-03-23 15:13:55 -04:00
parent 0124187e3a
commit 55f293d062
5 changed files with 25 additions and 1 deletions

View File

@ -222,6 +222,7 @@ Discourse::Application.routes.draw do
resources :static
post "login" => "static#enter"
get "login" => "static#show", id: "login"
get "password-reset" => "static#show", id: "password_reset"
get "faq" => "static#show", id: "faq"
get "guidelines" => "static#show", id: "guidelines"
get "tos" => "static#show", id: "tos"