summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-05-04 19:24:55 +0200
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-05-07 10:29:00 +0200
commit8417f74f23a75020a14f39d939c4dd1cc5419d07 (patch)
tree8cbda28b16372ae6baa145078110fbcca3a2238c /changelogs
parent7603beffc916d06039cac63b223d8e6234b5d666 (diff)
downloadgitlab-ce-8417f74f23a75020a14f39d939c4dd1cc5419d07.tar.gz
Remove password and password_confirmation from whitelisted params in ProfilesController to prevent password from being changed without previous password being provided
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/security-users-can-update-their-password-without-entering-current-password.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-users-can-update-their-password-without-entering-current-password.yml b/changelogs/unreleased/security-users-can-update-their-password-without-entering-current-password.yml
new file mode 100644
index 00000000000..824fbd41ab8
--- /dev/null
+++ b/changelogs/unreleased/security-users-can-update-their-password-without-entering-current-password.yml
@@ -0,0 +1,5 @@
+---
+title: Prevent user passwords from being changed without providing the previous password
+merge_request:
+author:
+type: security