Open OwainJ opened 1 month ago
Hi there @OwainJ!
Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.
We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.
Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:
@OwainJ Have you tested this in v14? I think this is a symptom of the service rework in v14 🙈
@OwainJ Have you tested this in v14? I think this is a symptom of the service rework in v14 🙈
Just tested v14.3.0
and the behavior seems consistent with v15.0.0-rc2
:
It's also missing the password and login/logout events.
Yea that makes sense to me 😁 Thanks for looking into this 🙏 Should be a great up for grabs issue, as it should "just" be adding some calls to audit in the methods, where it is missing 🐛
Hi @OwainJ,
We're writing to let you know that we would love some help with this issue. We feel that this issue is ideal to flag for a community member to work on it. Once flagged here, folk looking for issues to work on will know to look at yours. Of course, please feel free work on this yourself ;-). If there are any changes to this status, we'll be sure to let you know.
For more information about issues and states, have a look at this blog post.
Thanks muchly, from your friendly Umbraco GitHub bot :-)
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.0.0-rc2
Bug summary
The
umbracoAudit
table seems to be logging less User events inv15.0.0-rc2
when compared tov13.5.1
. Missing events seem to include all events relating to passwords, logging in and logging out.Note: I have only tested password changing and login/logout events, it's possible that more audit events are missing.
Specifics
No response
Steps to reproduce
Setup a new project using a script from Package Script Writer - https://psw.codeshare.co.uk/
v15.0.0-rc2
v13.5.1
admin@example.com
1234567890
Editor
editor@example.com
Editors
1234567890
umbracoAudit
database table to check what events have been loggedExpected result / actual result
I would expect the events logged to be similar/identical to the events logged in Umbraco 13, but there appears to be quite a few audit events that are no longer logged.
v13.5.1
The events highlighted in yellow do not appear in the v15
umbracoAudit
table.v15.0.0-rc1
Umbraco 15 should be logging the password related events, and the login/logout related events.