Some important routes should not be blocked by this module - view profile, user register, password reset, batch, contextual render

Created on 3 May 2023, about 1 year ago

Problem/Motivation

Make other user routes admin routes.
Only deny GET and other safe methods. Ignore POST requests.

Steps to reproduce

Visit the user profile - get a 404.

Proposed resolution

There's a case where you might want logged in users to have access but not anonymous users. This is where things are tricky. I think a good default is to move all the user routes to admin and then open a follow-up issue about anon access to user info.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom alexpott πŸ‡ͺπŸ‡ΊπŸŒ

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024