catena icon indicating copy to clipboard operation
catena copied to clipboard

Warn when a query is executed without privileges

Open pixelspark opened this issue 8 years ago • 0 comments

When you execute a query in the web client without the required privileges, nothing happens. The client should show a message.

Because permissions are checked at runtime (and depend on the code path taken), the server should perhaps check execution in a withUnverifiedTransactions block.

pixelspark avatar Nov 13 '17 09:11 pixelspark