You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The User model has an is_activeflag to allow admins to soft-delete a user by revoking their access without actually removing them and their associated data from the system.
The User model has an
is_active
flag to allow admins to soft-delete a user by revoking their access without actually removing them and their associated data from the system.The default ModelBackend authentication backend already takes this into account.
However, the 7.6 permissions framework doesn't seem to take this into account anywhere.
Test case for
PermissionsTest
:The text was updated successfully, but these errors were encountered: