diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-30 20:37:25 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-30 20:37:25 +0200 |
commit | 280a212443481dd4a5b470611c87a57f9ab129a6 (patch) | |
tree | 8d0607e9c303323ac2bbf0a05ee7236820b9d507 /app/controllers/profiles | |
parent | 5121576e0c18a3133a12e8c90d5faadb91c70888 (diff) | |
download | gitlab-ce-280a212443481dd4a5b470611c87a57f9ab129a6.tar.gz |
Fix Profiles::PasswordsController.
Diffstat (limited to 'app/controllers/profiles')
-rw-r--r-- | app/controllers/profiles/passwords_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/profiles/passwords_controller.rb b/app/controllers/profiles/passwords_controller.rb index 94ac62cb32c..86976ae39e3 100644 --- a/app/controllers/profiles/passwords_controller.rb +++ b/app/controllers/profiles/passwords_controller.rb @@ -1,4 +1,4 @@ -class Profiles::PasswordsController < ApplicationController +class Profiles::PasswordsController < Profiles::ApplicationController skip_before_action :check_password_expiration, only: [:new, :create] before_action :set_user |