Closed (fixed)
Project:
Admin UI Only
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2023 at 14:15 UTC
Updated:
17 May 2023 at 16:19 UTC
Jump to comment: Most recent
Make other user routes admin routes.
Only deny GET and other safe methods. Ignore POST requests.
Visit the user profile - get a 404.
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.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
alexpottComment #4
alexpottComment #6
alexpott