You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi :)
As for now, it seems that any logged in user is able to access the views for sending invites, since the @method_decorator(login_required) is applied to both views (class SendInvite, SendJSONInvite). Shouldn't it be @method_decorator(staff_member_required) ?
The text was updated successfully, but these errors were encountered:
Hi :)
As for now, it seems that any logged in user is able to access the views for sending invites, since the @method_decorator(login_required) is applied to both views (class SendInvite, SendJSONInvite). Shouldn't it be @method_decorator(staff_member_required) ?
The text was updated successfully, but these errors were encountered: