Base solution for your next web application
Open Closed

Audit Logs and passwords #372


User avatar
0
joe704la created

I noticed in the Audit logs that when a user is created it saves a log of their password in plain text. Would you have an idea where I can change this?


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    There is no such a password protection yet. As a workaround, you can use DisableAudit attribute for user creation method. Thus, it will not written to database. Follow this issue: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/646">https://github.com/aspnetboilerplate/as ... issues/646</a> I will implement such a feature in next versions.

    Thanks.

  • User Avatar
    0
    joe704la created

    Sounds good Thanks