Disabling Guest Mode/Practice Test
By default, guest login is enabled for the SBAC_PT client, and disabled for the SBAC client. This configuration flag
can be updated in the configs.client_systemflags
table. For example, the following steps can be taken to enable guest login
for the SBAC client:
- Update the
ison
column to1
for the “AnonymousTestee”auditobject
:
UPDATE configs.client_systemflags
SET ison = 1
WHERE auditobject = 'AnonymousTestee'
AND clientname = '[SBAC for production assessments, SBAC_PT for practice assessments]';
- Flush the redis cache