Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-05-09 17:34:43 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2018-05-25 18:43:56 +0300
commit8a93917b7e2f61d38d1dc7f6fc14a11c3ad7b73a (patch)
tree1888080ab1392d7823d2ff4c6a86c16a10444457 /app
parent21a8d61d5ca820e61ab9c8dcef48a7169683077e (diff)
Merge branch 'security-10-8-users-can-update-their-password-without-entering-current-password' into 'security-10-8'
[10.8] No longer allow password change without previous password being provided See merge request gitlab/gitlabhq!2388
Diffstat (limited to 'app')
-rw-r--r--app/controllers/profiles_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb
index ac71f72e624..9f5ad23a20f 100644
--- a/app/controllers/profiles_controller.rb
+++ b/app/controllers/profiles_controller.rb
@@ -93,8 +93,6 @@ class ProfilesController < Profiles::ApplicationController
:linkedin,
:location,
:name,
- :password,
- :password_confirmation,
:public_email,
:skype,
:twitter,