Fixed log of user correctly authenticated, but not belongs to any group

This commit is contained in:
Adolfo Gómez García 2021-10-05 12:23:13 +02:00
parent 8ef97a7773
commit 5bd77676ca

View File

@ -281,7 +281,8 @@ def authenticate(
# If do not have any valid group
if gm.hasValidGroups() is False:
logger.info(
'User {} has been authenticated, but he does not belongs to any UDS know group'
'User %s has been authenticated, but he does not belongs to any UDS known group',
username,
)
return None