diff options
author | Stan Hu <stanhu@gmail.com> | 2015-06-23 22:36:35 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-06-23 22:41:59 -0700 |
commit | 6548e9b48c079bb29cfe61eff99179e880583641 (patch) | |
tree | d189ff431a8b85f9e39c978f99e8fe3d87a97b43 /CHANGELOG | |
parent | 764b5913c8f960d09d4777e3233662f507b0ec13 (diff) | |
download | gitlab-ce-6548e9b48c079bb29cfe61eff99179e880583641.tar.gz |
Add 2FA status to user admin API
Closes https://github.com/gitlabhq/gitlabhq/issues/9391
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index f353a444fba..4f5dcd75c6d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 7.13.0 (unreleased) + - 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) |