Open the menu
    ```html

    Group Type Manager: Edit Group Type

    Features

    • It is an administration interface

    Screens

    Edit Group Type
    • Name (string, required field, maximum length: 50) : Must be filled with a suggestive name for the group type, which will be displayed in the group's registration.
    • Description (string, maximum length: 255) : Can be filled with a brief description of what the type to be registered allows.
    • Group Membership Provider (string, required field, maximum length: 100) : Must be filled with the custom class that must contain the implementation of the IGroupMembershipProvider interface from lumis.portal.group.

    Permissions

    • Manage service instance: Allows managing all the data of this service instance, including deleting it entirely.

    Actions

    • commit
    ```