Actions
Bug #5065
closedConnections access denied does not inform the user to login
Description
The access denied message is purely to deny access if not logged in, but it doesn't tell them to login. Change it to call cbNoAuth, which will tell them to login.
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !768 by calling cbNotAuth, but in the future each endpoint should get a more personalized message.
Actions