From bb42cc73dcf53d5193cd2c727b0e2c136441fb65 Mon Sep 17 00:00:00 2001 From: Rui Tome Date: Fri, 30 Jan 2026 16:30:14 +0000 Subject: [PATCH] Update documentation in IInitPendingOrganizationCommand to clarify organization initialization process - Revised the summary comment to specify that the method initializes a pending organization created via the Bitwarden Portal on behalf of a Reseller. - Added a reference to the ResellerClientOrganizationSignUpCommand for better context. - Emphasized the confirmation of the first owner during the initialization process. --- .../Interfaces/IInitPendingOrganizationCommand.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IInitPendingOrganizationCommand.cs b/src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IInitPendingOrganizationCommand.cs index 37bb49a939..78b4239fa5 100644 --- a/src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IInitPendingOrganizationCommand.cs +++ b/src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IInitPendingOrganizationCommand.cs @@ -17,7 +17,9 @@ public interface IInitPendingOrganizationCommand Task InitPendingOrganizationAsync(User user, Guid organizationId, Guid organizationUserId, string publicKey, string privateKey, string collectionName, string emailToken); /// - /// Initializes a pending organization and confirms the first owner with upfront validation. + /// Initializes a pending organization created via the Bitwarden Portal on behalf of a Reseller. + /// See . + /// It also confirms the first owner. /// /// /// The user initializing the organization is the first user to access it - there is no existing