Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide instance actor from users #3125

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

hughrun
Copy link
Contributor

@hughrun hughrun commented Nov 20, 2023

The Instance Actor is required for signing http GET requests but is not a "user" and should not be otherwise interacted with.

  • hides instance actor profile page, returning a 404
  • excludes instance actor from search results and suggestions including in Getting Started
  • replaces link to user profile in user admin page with a brief message box
  • replaces panel in user admin page that allows for user to be suspended or removed with a message explaining why that is a very bad idea

fixes #3119

The Instance Actor is required for signing http GET requests but is not a "user" and should not be otherwise interacted with.

- hides instance actor profile page, returning a 404
- excludes instance actor from search results and suggestions including in Getting Started
- replaces link to user profile in user admin page with a brief message box
- replaces panel in user admin page that allows for user to be suspended or removed with a message explaining why that is a very bad idea

fixes bookwyrm-social#3119
@mouse-reeve mouse-reeve merged commit d8018cb into bookwyrm-social:main Nov 20, 2023
@hughrun hughrun deleted the instance-actor branch January 14, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bookwyrm.instance.actor should not have a profile page or editor privs
2 participants