[Web] Show users the last known connections for SASL authentication

[Web] Feature: Log SASL authentication
This commit is contained in:
andryyy
2021-06-04 14:29:39 +02:00
parent 51e3521aac
commit 2d55b54904
13 changed files with 329 additions and 59 deletions

View File

@@ -119,6 +119,10 @@
"validation_success": "Erfolgreich validiert"
},
"admin": {
"success": "Erfolg",
"service": "Dienst",
"login_time": "Zeit",
"username": "Benutzername",
"access": "Zugang",
"action": "Aktion",
"activate_api": "API aktivieren",
@@ -489,6 +493,10 @@
"started_at": "Gestartet am",
"solr_status": "Solr Status",
"uptime": "Uptime",
"success": "Erfolg",
"service": "Dienst",
"login_time": "Zeit",
"username": "Benutzername",
"started_on": "Gestartet am",
"static_logs": "Statische Logs",
"system_containers": "System & Container",
@@ -1032,6 +1040,9 @@
"excludes": "Ausschlüsse",
"expire_in": "Ungültig in",
"force_pw_update": "Das Passwort für diesen Benutzer <b>muss</b> geändert werden, damit die Zugriffssperre auf die Groupware-Komponenten wieder freigeschaltet wird.",
"from": "von",
"recent_successful_connections": "Kürzlich erfolgreiche Verbindungen",
"clear_recent_successful_connections": "Alle erfolgreichen Verbindungen bereinigen",
"generate": "generieren",
"hour": "Stunde",
"hourly": "Stündlich",
@@ -1041,6 +1052,7 @@
"is_catch_all": "Ist Catch-All-Adresse für Domain(s)",
"last_mail_login": "Letzter Mail-Login",
"last_run": "Letzte Ausführung",
"last_ui_login": "Letzte UI Anmeldung",
"loading": "Lade...",
"mailbox_details": "Mailbox-Details",
"messages": "Nachrichten",

View File

@@ -117,6 +117,10 @@
"validation_success": "Validated successfully"
},
"admin": {
"success": "Success",
"service": "Service",
"login_time": "Login time",
"username": "Username",
"access": "Access",
"action": "Action",
"activate_api": "Activate API",
@@ -486,8 +490,12 @@
"size": "Size",
"started_at": "Started at",
"solr_status": "Solr status",
"uptime": "Uptime",
"started_on": "Started on",
"uptime": "Uptime",
"success": "Success",
"service": "Service",
"login_time": "Time",
"username": "Username",
"static_logs": "Static logs",
"system_containers": "System & Containers",
"xmpp_status": "XMPP status"
@@ -1030,6 +1038,9 @@
"excludes": "Excludes",
"expire_in": "Expire in",
"force_pw_update": "You <b>must</b> set a new password to be able to access groupware related services.",
"from": "from",
"recent_successful_connections": "Seen successful connections",
"clear_recent_successful_connections": "Clear seen successful connections",
"generate": "generate",
"hour": "hour",
"hourly": "Hourly",
@@ -1039,6 +1050,7 @@
"is_catch_all": "Catch-all for domain/s",
"last_mail_login": "Last mail login",
"last_run": "Last run",
"last_ui_login": "Last UI login",
"loading": "Loading...",
"mailbox_details": "Mailbox details",
"messages": "messages",