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:
authorRoger Rüttimann <ror@panter.ch>2019-02-07 17:42:24 +0300
committerRoger Meier <r.meier@siemens.com>2019-06-13 09:43:14 +0300
commit34289f6657e83ec34d5eb2c3b89323546fdd3690 (patch)
tree840d7d54a61bd9788c9eddc6889f7cf55df5290f /changelogs
parent28782d5165fee8251321fce65e54c4722a4db581 (diff)
add changelog entry
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/feature-require-2fa-for-all-entities-in-group.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/changelogs/unreleased/feature-require-2fa-for-all-entities-in-group.yml b/changelogs/unreleased/feature-require-2fa-for-all-entities-in-group.yml
new file mode 100644
index 00000000000..650adcda26e
--- /dev/null
+++ b/changelogs/unreleased/feature-require-2fa-for-all-entities-in-group.yml
@@ -0,0 +1,7 @@
+---
+title: Apply the group setting "require 2FA" to be inherited across all subgroups
+ and descendant projects of the group where it was set. (This works only for postgresql
+ databases, not for mysql/mariadb)
+merge_request: 24965
+author: rroger
+type: changed