This topic is locked

Login Audit

8/7/2015 22:52:21
PHPRunner General questions
lefty author

I have an issue with PHPrunner 8.0 .

I have login audit setup to log only login/logout data to mysql database.
Problem: When I go to delete the records ; it just adds a new record under action "delete" keys......

So action key 1 deletes and adds action key 2 deleted 1.
So it's impossible to delete all records from the database unless I go into the database and delete the records manually.

D
DealerModulesDevClub member 8/8/2015

Hi John,
Just an idea. Can you have the login/logout data result based on a query instead of the table and in the query filter out "admin" user. I would think this would allow you to clean the data view. You can still keep a second view for the admin only that shows all records based on the table if you still needed to see all records.
Hope this helps.
Paul

lefty author 9/5/2015



Hi John,
Just an idea. Can you have the login/logout data result based on a query instead of the table and in the query filter out "admin" user. I would think this would allow you to clean the data view. You can still keep a second view for the admin only that shows all records based on the table if you still needed to see all records.
Hope this helps.
Paul



Sure can but database still has it , so it checks database . No control of query. this has to be bug. If not someone chime in on this
I can just see data reocrds without admin but , this still builds admin record in database . Would like to purge auto like old versions of phprunner/asprunner did. I have no tables setup to log actions. So it just should delete. I think this is a cardinality problem.