diff --git a/public/docs-static/img/approval/netbird-authentication-settings-approval.png b/public/docs-static/img/approval/netbird-authentication-settings-approval.png new file mode 100644 index 00000000..239426c9 Binary files /dev/null and b/public/docs-static/img/approval/netbird-authentication-settings-approval.png differ diff --git a/public/docs-static/img/approval/netbird-user-approval.png b/public/docs-static/img/approval/netbird-user-approval.png new file mode 100644 index 00000000..1186f7cf Binary files /dev/null and b/public/docs-static/img/approval/netbird-user-approval.png differ diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 67ff0755..729640ed 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -155,6 +155,7 @@ export const docsNavigation = [ isOpen: false, links: [ { title: 'Add Users to Your Network', href: '/how-to/add-users-to-your-network' }, + { title: 'Approve Users', href: '/how-to/approve-users' }, { title: 'Provision Users & Groups', href: '/how-to/idp-sync', diff --git a/src/pages/how-to/approve-users.mdx b/src/pages/how-to/approve-users.mdx new file mode 100644 index 00000000..d3e966f4 --- /dev/null +++ b/src/pages/how-to/approve-users.mdx @@ -0,0 +1,31 @@ +import {Note} from "@/components/mdx"; + +# Approve users +The user approval feature enhances security by requiring manual administrator approval before a user can join your NetBird organization via domain matching. + +## Require user approval +Navigate to the Dashboard's `Settings` page and the `Authentication` tab and enable or disable `User Approval Required`. + +- **Enabled**: Require manual approval for new users joining via domain matching. Users will be blocked until approved. Learn how to approve or reject users in the section [below](#approve-or-reject-user). +- **Disabled**: Manual approval for new users is not required. Users joining via domain matching will be automatically added to the organization. + +
+
+
+
+
+ +
+ +- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird) +- Follow us [on X](https://x.com/netbird) +- Join our [Slack Channel](/slack-url) +- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub