Search⌘ K
AI Features

Quiz: Authorization and Access Control

Assess your understanding of user status flags, group-based permission inheritance, and object-level visibility restrictions.

We'll cover the following...
Technical Quiz
1.

An account is configured with the flags is_active=True, is_staff=True, and is_superuser=False. If this specific account has been assigned zero individual model permissions and belongs to no groups, what is their exact operational experience upon authenticating?

A.

The login attempt is completely rejected at the login form prompt with an explicit permission validation error.

B.

The login succeeds, but the user is greeted with a completely empty dashboard displaying no app menus or model links.

C.

The login routine redirects the user automatically to the public homepage since there are no modules for them to manage.

D.

The login succeeds, and the user can view all registered models on the dashboard but is blocked from saving entries.


1 / 6
...