Open anusharanganathan opened 2 years ago
@philipkcl , this is done?
@J4bbi, I need more information for this one, do you have any idea ?
The problem this issue fails to describe is that in the old system the Postgres user would be logged as the author of a change. In our system we want to write the Django user into the audit log. So the problem is, how to reconcile these two, different concepts of users.
If I remember correctly, we will still keep all the database audit triggers, and if so, does a signal on the audit table intercept the new entry and replace the Postgres user with the Django username?
your remember is correct,
but how important to "reconcile these two"?
the username field in audit should be for display only, no other features right?
the username field in audit should be for display only, no other features right?
I'm not sure, I think so
system seem showing ''__unknown_user" after using uploader. to be study that problem
@anusharanganathan to be discuss this one