FEATURE: add email query param to login, signup, and password-reset URLs to prefill form

This commit is contained in:
Neil Lalonde
2016-01-19 16:53:46 -05:00
parent 11ea16a91a
commit 9ad226aaa8
6 changed files with 28 additions and 6 deletions

View File

@ -255,7 +255,7 @@ Discourse::Application.routes.draw do
get "guidelines" => "static#show", id: "guidelines", as: 'guidelines'
get "tos" => "static#show", id: "tos", as: 'tos'
get "privacy" => "static#show", id: "privacy", as: 'privacy'
get "signup" => "list#latest"
get "signup" => "static#show", id: "signup"
get "login-preferences" => "static#show", id: "login"
get "users/admin-login" => "users#admin_login"