Feature #578
To make capable to show custom messages at 403 Forbidden error
Start date:
January 16, 2013
Due date:
% Done:
100%
Estimated time:
Description
It would be useful to have a way to display custom error messages at 403 Forbidden error.
Let's say administrator permitted an access to post a listing by guest.
Now a user would only see a standard error message like permission denied.
Here would be nice to have a custom more friendly explanation.
History
Updated by Vasily Bezruchkin about 8 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
We have it, simply pass the second param to the iaView::errorPage(); and you will see the message. I suppose it's more a matter of the case handling.
Updated by Vasily Bezruchkin over 7 years ago
- Category set to Core
- Status changed from Feedback to Resolved
Works fine.