list users
This commit is contained in:
@@ -129,6 +129,14 @@ impl AuthNotifier for NotifierDebugLogger {
|
||||
);
|
||||
}
|
||||
|
||||
async fn users_listed(&self, user: &User, users: &Vec<User>) {
|
||||
tracing::debug!(
|
||||
"[Notifier] Admin user {} listed {} user(s)",
|
||||
user.name(),
|
||||
users.len()
|
||||
);
|
||||
}
|
||||
|
||||
async fn user_logged_in(&self, response: &LoginUserResponse) {
|
||||
tracing::debug!("[Notifier] Logged in user {}", response.user().name());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user