|
|
@ -378,7 +378,7 @@ class AccountController < ApplicationController
|
|
|
|
us = UsersService.new
|
|
|
|
us = UsersService.new
|
|
|
|
@user = us.register user_params.merge(:should_confirmation_password => false)
|
|
|
|
@user = us.register user_params.merge(:should_confirmation_password => false)
|
|
|
|
# 注册时,记录是否是引流用户
|
|
|
|
# 注册时,记录是否是引流用户
|
|
|
|
ip = @env['HTTP_X_REAL_IP']
|
|
|
|
ip = request.remote_ip
|
|
|
|
ua = UserAgent.find_by_id(:ip => ip)
|
|
|
|
ua = UserAgent.find_by_id(:ip => ip)
|
|
|
|
ua.update_column(:type, UserAgent::REGISTER) if ua
|
|
|
|
ua.update_column(:type, UserAgent::REGISTER) if ua
|
|
|
|
if !@user.new_record?
|
|
|
|
if !@user.new_record?
|
|
|
|