开发者

How to audit log member.createuser

开发者 https://www.devze.com 2023-04-06 23:27 出处:网络
My ASP.NET application is Membership enabled and users with Administration Role can create other user with different roles.

My ASP.NET application is Membership enabled and users with Administration Role can create other user with different roles. Is t开发者_如何学JAVAhere an way that i can maintain an audit log of user creation, so i can keep a track that which Administrator created which user.

Thanks in advance.


Sure the framework uses a stored procedure (forget the exact name, but it's named appropriately). In that proc, add an insert to insert an audit record.

0

精彩评论

暂无评论...
验证码 换一张
取 消