mirror of
https://github.com/bitwarden/server.git
synced 2026-02-12 11:53:23 +08:00
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.
This commit is contained in:
@@ -17,7 +17,9 @@ public interface IInitPendingOrganizationCommand
|
||||
Task InitPendingOrganizationAsync(User user, Guid organizationId, Guid organizationUserId, string publicKey, string privateKey, string collectionName, string emailToken);
|
||||
|
||||
/// <summary>
|
||||
/// 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 <see cref="ResellerClientOrganizationSignUpCommand"/>.
|
||||
/// It also confirms the first owner.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The user initializing the organization is the first user to access it - there is no existing
|
||||
|
||||
Reference in New Issue
Block a user