Skip to content

Configure User Invite as a plugin #340

@fvanderflier

Description

@fvanderflier

Currently we are checking if the email service is registered and if it is not we're just not sending an email.

We need to check if this service is available and tell the frontend and if not the button text should change to Create User.

          if (_emailService is null)
            {
                return Ok(new
                {
                    message = "Invitation prepared, but email service is not configured.",
                });
            }

Let's create an endpoint called Plugins and return the state of the DI container for our regular Interfaces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions