Merge branch 'pull/5182'
This commit is contained in:
commit
e2a6701696
4 changed files with 21 additions and 1 deletions
|
@ -269,6 +269,7 @@ class UsersController < ApplicationController
|
|||
current_user.data_public = true
|
||||
current_user.description = "" if current_user.description.nil?
|
||||
current_user.creation_ip = request.remote_ip
|
||||
current_user.creation_address = request.remote_ip
|
||||
current_user.languages = http_accept_language.user_preferred_languages
|
||||
current_user.terms_agreed = Time.now.utc
|
||||
current_user.tou_agreed = Time.now.utc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue