diff options
author | Yar <mrrezaque@gmail.com> | 2016-10-25 20:14:58 +0300 |
---|---|---|
committer | Yar <YarTheGreat@gmail.com> | 2016-11-01 17:58:03 +0300 |
commit | f8530580100f56fe3bef5f3a73d3e543b038f98f (patch) | |
tree | 63b63eb3fc037cd92a6c04fa0aa328066da305e7 /CHANGELOG.md | |
parent | 6893bccd06320c22162037047ab90fc90cfa0246 (diff) | |
download | gitlab-ce-f8530580100f56fe3bef5f3a73d3e543b038f98f.tar.gz |
Allow to search for user by secondary email address in the admin interface
It is not possible to search for a user by his secondary email address in
the Users search bar in the admin interface(/admin/users). A use-case could
be that an admin wants to remove a specific secondary email address of an
user, because it interferes with another user. Issue #23761
This commit adds ability to search not only by main email, but also
by any secondary email in the admin interface.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f0a0eb1c1..792e5b48891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Shortened merge request modal to let clipboard button not overlap - In all filterable drop downs, put input field in focus only after load is complete (Ido @leibo) - Improve search query parameter naming in /admin/users !7115 (YarNayar) +- Allow to search for user by secondary email address in the admin interface(/admin/users) !7115 (YarNayar) ## 8.13.2 (2016-10-31) |