X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/344fced9a63b71a77d24cd3c1ebf443762b55d1d..7d6c6622968d670e6a2929afbd8efae41610db2c:/app/controllers/user_controller.rb?ds=sidebyside diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index 5eba0e837..80402f677 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -5,6 +5,8 @@ class UserController < ApplicationController before_filter :authorize_web, :only => [:account, :go_public, :view, :diary, :make_friend] before_filter :require_user, :only => [:set_home, :account, :go_public, :make_friend] + filter_parameter_logging :password, :pass_crypt, :pass_crypt_confirmation + def save @title = 'create account' @user = User.new(params[:user])