Currently view permission failures raise a Forbidden error which is transformed into a 403.
It would be good if this page could offer a way forward - maybe just by linking to (or redirecting to) a login screen. This behaviour will vary based on authentication plugins, so a new plugin hook is probably the best way to do this.
The text was updated successfully, but these errors were encountered:
simonw commentedJun 8, 2020
Currently view permission failures raise a
Forbidden
error which is transformed into a 403.It would be good if this page could offer a way forward - maybe just by linking to (or redirecting to) a login screen. This behaviour will vary based on authentication plugins, so a new plugin hook is probably the best way to do this.
The text was updated successfully, but these errors were encountered: