mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Remove site settings enforce_global_nicknames and discourse_org_access_key
This commit is contained in:
@ -381,8 +381,6 @@ class UsersController < ApplicationController
|
||||
success: false,
|
||||
message: I18n.t("login.something_already_taken")
|
||||
}
|
||||
rescue RestClient::Forbidden
|
||||
render json: { errors: [I18n.t("discourse_hub.access_token_problem")] }
|
||||
end
|
||||
|
||||
def get_honeypot_value
|
||||
|
Reference in New Issue
Block a user