Base solution for your next web application
Open Closed

How to turn off audit log for specific methods? #69


User avatar
0
apexdodge created

Module Zero comes with this AuditLog table. It is a cool feature, no doubt, but I need to turn it off for some methods for security reasons.

See: <a class="postlink" href="http://i.imgur.com/46j1lX9.png">http://i.imgur.com/46j1lX9.png</a>

Any method where I am authenticating a user or creating a new account -- I need to turn it off, or at least modify it so it doesn't store the password as plaintext.

Any help? Is there a [NoAuditLog] Attribute I can use or something?


1 Answer(s)
  • User Avatar
    0
    apexdodge created

    Found it!

    The attribute is [DisableAuditing]