Skip to content

Remove deprecated license keys #271

@OneBluePumpkin

Description

@OneBluePumpkin

As per Bitwarden source code, the license options LimitCollectionCreation and AllowAdminAccessToAllCollectionItems are deprecated:

https://github.com/bitwarden/server/blob/99e132603926ccea532500553b62de09310bd4aa/src/Core/Billing/Organizations/Models/OrganizationLicense.cs#L94-L96

        // Deprecated. Left for backwards compatibility with old license versions.
        LimitCollectionCreationDeletion = org.LimitCollectionCreation || org.LimitCollectionDeletion;
        AllowAdminAccessToAllCollectionItems = org.AllowAdminAccessToAllCollectionItems;

So I think they could be removed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions