Skip to content

bugfix: user creation now properly appears in action log - #5644

Merged
robertdrakedennis merged 3 commits into
pterodactyl:developfrom
SkyMulley:bugfix/user-creation-audit-log
Jun 1, 2026
Merged

bugfix: user creation now properly appears in action log#5644
robertdrakedennis merged 3 commits into
pterodactyl:developfrom
SkyMulley:bugfix/user-creation-audit-log

Conversation

@SkyMulley

Copy link
Copy Markdown
Contributor

Description

User creation was not properly logged within the action log, neither from sub-user invite or manual user creation. This PR adds the relevant log and includes testing.

Manual testing scenarios

  1. Invite a user within any created server
  2. Create a user in the admin
  3. Verify both users appear as an action in the action log

Questions or comments

AI was used for secondary testing, QA and code review. No code was written by AI.

Resolved issues:

  1. resolves Bug: missing activity log entry for user creation (user:user.create) #5631

@robertdrakedennis robertdrakedennis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also please target develop

@SkyMulley
SkyMulley changed the base branch from 1.0-develop to develop June 1, 2026 13:18
@SkyMulley

Copy link
Copy Markdown
Contributor Author

Actioned @robertdrakedennis

@robertdrakedennis
robertdrakedennis merged commit 04dec3d into pterodactyl:develop Jun 1, 2026
@robertdrakedennis

Copy link
Copy Markdown
Contributor

thanks for your contribution

robertdrakedennis pushed a commit that referenced this pull request Jun 15, 2026
### Description

User creation was not properly logged within the action log, neither
from sub-user invite or manual user creation. This PR adds the relevant
log and includes testing.

### Manual testing scenarios

1. Invite a user within any created server
2. Create a user in the admin
3. Verify both users appear as an action in the action log

### Questions or comments

AI was used for secondary testing, QA and code review. No code was
written by AI.

### Resolved issues:
1. [x] resolves #5631
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: missing activity log entry for user creation (user:user.create)

2 participants