mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes ogin denied for user 'nil'
This commit is contained in:
parent
117e29a903
commit
f39401e64a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ end
|
|||
-- @return A human-readable string
|
||||
function alert_login_failed.format(ifid, alert, alert_type_params)
|
||||
return(i18n("user_activity.login_not_authorized", {
|
||||
user = alert.entity_val,
|
||||
user = alert.user,
|
||||
}))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue