Commit 64a84ef0 authored by Evan Read's avatar Evan Read

Merge branch 'hchouraria-docs-restrict-members-by-domain-applies-also-to-projects' into 'master'

Email domain restrictions apply also to projects

See merge request gitlab-org/gitlab!72450
parents 87c62745 c53a5238
...@@ -571,10 +571,11 @@ To restrict group access by IP address: ...@@ -571,10 +571,11 @@ To restrict group access by IP address:
## Restrict group access by domain **(PREMIUM)** ## Restrict group access by domain **(PREMIUM)**
>- [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7297) in [GitLab Premium](https://about.gitlab.com/pricing/) 12.2. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7297) in [GitLab Premium](https://about.gitlab.com/pricing/) 12.2.
>- Support for specifying multiple email domains [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/33143) added in GitLab 13.1. > - Support for specifying multiple email domains [added](https://gitlab.com/gitlab-org/gitlab/-/issues/33143) in GitLab 13.1.
> - Support for restricting access to projects within the group [added](https://gitlab.com/gitlab-org/gitlab/-/issues/14004) in GitLab 14.1.2.
You can prevent users with email addresses in specific domains from being added to a group. You can prevent users with email addresses in specific domains from being added to a group and its projects.
To restrict group access by domain: To restrict group access by domain:
...@@ -593,9 +594,6 @@ Some domains cannot be restricted. These are the most popular public email domai ...@@ -593,9 +594,6 @@ Some domains cannot be restricted. These are the most popular public email domai
- `hotmail.com`, `hotmail.co.uk`, `hotmail.fr` - `hotmail.com`, `hotmail.co.uk`, `hotmail.fr`
- `msn.com`, `live.com`, `outlook.com` - `msn.com`, `live.com`, `outlook.com`
NOTE:
Domain restrictions apply to groups only. They do not prevent users from being added as members of projects owned by the restricted group.
## Group file templates **(PREMIUM)** ## Group file templates **(PREMIUM)**
Use group file templates to share a set of templates for common file Use group file templates to share a set of templates for common file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment