Developer forum

Forum » CMS - Standard features » Logging send user details

Logging send user details

Thomas Schroll
Reply

Hi

I need to document that all users receive new passwords regularly, and I plan to use 'Send user details' in User management. Is there any way I can achieve that? I've looked at the action log in Management center but Users, Forms or Newsletter is not on the list.

Regards Thomas


Replies

 
Nicolai Høeg Pedersen
Reply

There is no good way to see that, since it is not logged.

 

You can make a piece of code in Global.asax that looks for posts to /Admin/Access/Access_User_SendMail.aspx and Request.Form("stepCnt") = 2 and then log the action. You can also find the UserID in the post.

 

BR Nicolai

 
Thomas Schroll
Reply

Thanks for the reply.

Regards Thomas

 

You must be logged in to post in the forum