You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah yes, let me update the documentation to reflect this dependency:
2
+
3
+
# Advanced Security
4
+
5
+
<Tipwarning={true}>
6
+
This feature is part of the <ahref="https://huggingface.co/enterprise"target="_blank">Enterprise Hub</a>.
7
+
</Tip>
8
+
9
+
Enterprise Hub organizations can improve their security posture with advanced security controls for both members and repositories.
10
+
11
+
<divclass="flex justify-center">
12
+
<img class="block dark:hidden !m-0" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/advanced-security.png" alt="screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization."/>
13
+
<img class="hidden dark:block !m-0" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/advanced-security-dark.png" alt="screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization."/>
14
+
</div>
15
+
16
+
## Members Security
17
+
18
+
Configure additional security settings to protect your organization:
19
+
20
+
-**Two-Factor Authentication (2FA)**: Require all organization members to enable 2FA for enhanced account security.
21
+
-**User Approval**: For organizations with a verified domain name, require admin approval for new users with matching email addresses. This adds a verified badge to your organization page.
22
+
23
+
## Repository Visibility Controls
24
+
25
+
Manage the default visibility of repositories in your organization:
26
+
27
+
-**Public by default**: New repositories are created with public visibility
28
+
-**Private by default**: New repositories are created with private visibility. Note that changing this setting will not affect existing repositories.
29
+
-**Private only**: Enforce private visibility for all new repositories, with only organization admins able to change visibility settings
30
+
31
+
These settings help organizations maintain control over their intellectual property while enabling collaboration when needed.
32
+
33
+
[Learn more about Enterprise security features →](/docs/hub/enterprise-hub-advanced-security)
0 commit comments