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
content/Policy/drupal-7/user1.policy.yml defaults to 1 for account status. This is active, as noted in the file. However, when the check fails (i.e. account status is inactive), it reports as: "User #1 is not secure. Status is not set correctly. Should be inactive."
If User 1 is set the active, the check clears and reports: "User #1 is locked down. ... Status is set to 1"
The text was updated successfully, but these errors were encountered:
If the check is intended to report on status of user 1 and the desired outcome is to verify status is locked/inactive:
This bit -
status:
default: 1
type: boolean
description: |
Ensures the uid:1 user status reflects the same as this argument. Defaults
to active (1).
Should probably change to -
status:
default: 0
type: boolean
description: |
Ensures the uid:1 user status reflects the same as this argument. Defaults
to inactive (0).
content/Policy/drupal-7/user1.policy.yml defaults to 1 for account status. This is active, as noted in the file. However, when the check fails (i.e. account status is inactive), it reports as: "User #1 is not secure. Status is not set correctly. Should be inactive."
If User 1 is set the active, the check clears and reports: "User #1 is locked down. ... Status is set to 1"
The text was updated successfully, but these errors were encountered: