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

Render 403 page when trying to do something you aren't allowed to #110

Open
elmaxe opened this issue Nov 2, 2021 · 1 comment
Open

Render 403 page when trying to do something you aren't allowed to #110

elmaxe opened this issue Nov 2, 2021 · 1 comment
Assignees

Comments

@elmaxe
Copy link
Member

elmaxe commented Nov 2, 2021

Currently you receive a white page with an error message. Add a page similar to the 404 page

image

@oskstr
Copy link
Member

oskstr commented Nov 4, 2021

401 is Unauthenticated btw. Forbidden is 403.

  • 401: User is not authenticated
  • 403: User doesn't have the necessary permissions

@elmaxe elmaxe changed the title Render 401 page when trying to do something you aren't allowed to Render 403 page when trying to do something you aren't allowed to Nov 4, 2021
@elmaxe elmaxe self-assigned this Nov 4, 2021
elmaxe added a commit that referenced this issue Nov 9, 2021
@elmaxe elmaxe mentioned this issue Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants