Skip to content

No server-side CAPTCHA validation on registration page #2062

@gainsley

Description

@gainsley

The UI implements captcha for new user registrations, but it is browser side only. It is recommended to have the UI captcha generate a token which can then be verified by the Master Controller before allowing the user create to happen. This, along with the rate limiter, will help prevent bots from spamming new user creates.

This is only valid for user create requests from a web browser going through our UI interface. For mcctl and direct API calls, we can just drop support for the current unauthenticated user create, but also add a restricted-user-create which requires admin authentication. The restricted user create will be used for unit, e2e, and regression testing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions