Skip to content

Implement a RestrictedCampViewMixin subclass #2023

Description

@0xUnicorn

Is your feature request related to a problem? Please describe.
A lot of View classes only use a PermissionMixin for throwing a 403 and not the LoginRequiredMixin for redirecting Anonymous users to the login page.

Describe the solution you'd like
I was thinking of subclassing the "CampViewMixin" to a "RestrictedCampViewMixin" and migrate all the classes inheriting directly from LoginRequiredMixin and those who could benefit from it instead of only having PermissionsMixins.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions