Skip to content

Commit

Permalink
Update src/middlewared/middlewared/plugins/security/update.py
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb St. John <[email protected]>
  • Loading branch information
anodos325 and yocalebo authored Dec 11, 2024
1 parent 42ee6cc commit e673aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/security/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async def validate_stig(self, current_cred):
if not any([user for user in two_factor_users if 'FULL_ADMIN' in user['roles']]):
raise ValidationError(
'system_security_update.enable_gpos_stig',
'At least one local user with full admin privileges and must be '
'At least one local user with full admin privileges must be '
'configured with a two factor authentication token prior to enabling '
'General Purpose OS STIG compatibility mode.'
)
Expand Down

0 comments on commit e673aa9

Please sign in to comment.