mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Check email availability in signup form (#12328)
* FEATURE: Check email availability on focus out * FIX: Properly debounce username availability
This commit is contained in:
@@ -388,6 +388,7 @@ Discourse::Application.routes.draw do
|
||||
resources :users, except: [:index, :new, :show, :update, :destroy], path: root_path do
|
||||
collection do
|
||||
get "check_username"
|
||||
get "check_email"
|
||||
get "is_local_username"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user