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>2015-06-24 22:24:20 +0300
committerRobert Speicher <robert@gitlab.com>2015-06-24 22:24:20 +0300
commitd2de219f6cf5d6ce371f529988f9337653878e58 (patch)
treeb37da0f9b071353cfaaf097804951f262a95be2d /CHANGELOG
parentc465af093096990ee42b3021fce157d02b8864cb (diff)
parent6548e9b48c079bb29cfe61eff99179e880583641 (diff)
Merge branch 'add-2fa-status-to-admin-api' into 'master'
Add 2FA status to user admin API This MR adds the `two_factor_enabled` field to the admin's API to indicate whether a given user has enabled 2FA. See merge request !881
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 60ee11b5f6e..0c20479c8b1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 7.13.0 (unreleased)
- Fix Merge Request webhook to properly fire "merge" action when accepted from the web UI
+ - Add `two_factor_enabled` field to admin user API (Stan Hu)
- Fix invalid timestamps in RSS feeds (Rowan Wookey)
- Fix error when deleting a user who has projects (Stan Hu)
- Fix downloading of patches on public merge requests when user logged out (Stan Hu)