forked from shaba/openuds
Fixed log of user correctly authenticated, but not belongs to any group
This commit is contained in:
parent
8ef97a7773
commit
5bd77676ca
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user