No Code Attached Yet bug
avatar shinderohanoffical
shinderohanoffical
15 Jul 2026

What happened?

Steps to reproduce:
Go to Users: Manage.
Select a user, click Block (or Unblock) in the toolbar.
Go to Users: Actions Log.

Image

Version

6.1

Expected result

Only one log entry — "User X blocked user Y" (or "unblocked", matching the action taken).

Actual result

Two entries appear, one correct and one showing the opposite action (e.g. blocking a user also logs a spurious "unblocked" entry), both timestamped the same second.

System Information

Joomla version (6.1.2 / 5.4.x — mention you verified against both), PHP version, DB.

Additional Comments

you can reuse the root-cause explanation from the PR description I drafted: the onUserBeforeSave strict === '1' string comparison against an integer value, plus the unconditional fallback block in onUserAfterSave.

avatar shinderohanoffical shinderohanoffical - open - 15 Jul 2026
avatar joomla-cms-bot joomla-cms-bot - change - 15 Jul 2026
Labels Added: No Code Attached Yet bug
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Jul 2026
avatar alikon
alikon - comment - 15 Jul 2026

please test #48091

Add a Comment

Login with GitHub to post a comment