mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
FEATURE: add email query param to login, signup, and password-reset URLs to prefill form
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user