Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleted users show as System in activity logs #569

Open
Boy132 opened this issue Sep 3, 2024 Discussed in #567 · 1 comment
Open

Deleted users show as System in activity logs #569

Boy132 opened this issue Sep 3, 2024 Discussed in #567 · 1 comment
Labels
🐛 bug Something isn't working 🟢 easy Good for newcomers

Comments

@Boy132
Copy link
Member

Boy132 commented Sep 3, 2024

Discussed in #567

Originally posted by JoanFont1212 August 30, 2024
Someone told me to open here a bug and i didn't see where to click, so i'm using this, i'm sorry.
When a user does something in activity, delete files, etc... And you delete the user, shows the activity as the system's one with the user IP, it's a little bit confusing.
Here is some proof.
image

Due to

if (!$user instanceof User) {
$user = new User([
'email' => '[email protected]',
'username' => 'system',
]);
}

@Boy132 Boy132 added the 🐛 bug Something isn't working label Sep 3, 2024
@lancepioch lancepioch added the 🟢 easy Good for newcomers label Oct 20, 2024
@RMartinOscar
Copy link
Contributor

image
Still able to reproduce on new Client area

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🟢 easy Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants