mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 20:38:48 +01:00
properly filter passwords in the users controller
This commit is contained in:
parent
ff16cb3051
commit
1ced030681
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
class UsersController < ApplicationController
|
||||
filter_parameter_logging "password"
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue