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” />
0 Comments