This covers the permission codes available for users in Review Board.
Most permission codes set up by Django are ignored. We have some parts of the codebase that respect some of them.
Some of these are allowed on Local Sites, but not all.
The list of available Local Site permissions are set in StandardAuthBackend
in reviewboard/accounts/backends.standard.py
.
See the _VALID_LOCAL_SITE_PERMISSIONS
list.