mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Merge pull request #2000 from dnrce/deprecated_password
Clean up reference to check_for_deprecated_password_hash
This commit is contained in:
commit
543f49ed8a
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue