From 0843b78d080a35dd348d7706431458ba6ba7d922 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Sun, 28 Feb 2016 17:57:31 -0500 Subject: [PATCH] Clean up reference to check_for_deprecated_password_hash Ref #1733 --- app/controllers/users_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index f3057205..0126252c 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -2,8 +2,6 @@ class UsersController < ApplicationController before_filter :admin_login_required, :only => [ :index, :show, :destroy ] skip_before_filter :login_required, :only => [ :new, :create ] - skip_before_filter :check_for_deprecated_password_hash, - :only => [ :change_password, :update_password ] prepend_before_filter :login_optional, :only => [ :new, :create ] # GET /users GET /users.xml