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
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-12-07 03:51:33 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-12-09 03:21:06 +0300
commit47bc0125beba2351c5d78323677a34d19b102047 (patch)
tree9e0c9f32800c8761726917ab3d5456761afc07e5 /changelogs
parent6992ac111713be14b050a72a462eb70d9be35ebc (diff)
Merge branch 'destroy-session' into 'security'
Destroy a user session when they delete their own account via browser This patch destroys a user's session when they delete their own account using a browser. A new session is created as they are redirected to the sign_in page. Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/25015 See merge request !2042
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/destroy-session.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/destroy-session.yml b/changelogs/unreleased/destroy-session.yml
new file mode 100644
index 00000000000..e713e2dc424
--- /dev/null
+++ b/changelogs/unreleased/destroy-session.yml
@@ -0,0 +1,4 @@
+---
+title: Destroy a user's session when they delete their own account
+merge_request:
+author: