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)
-
0
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.
-
0
Sounds good Thanks