Disable Automatically Adding User to User Profile

By default Analyzer automatically adds new user to user profiles but if you would like to add the user manually then please add the following line to <AppSettings> section of Analyzer's Web.config file, this will stop unknown user to be added automatically. 

 
<add key=”Admin.BlockUnknownUser” value=”true” />
 
 
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.