...
In the config file App_Config → Include → damforsitecore → DFS.Settings.config, the setting <setting name="DFS.LoginType.IndividualUsers" value="true" />
, controls which mode to run.
Individual user login
In this mode the user has to enter a username and password to access the assets. You get the username and pasword from you contacts person at Digizuite.
Shared user (auto login)
In this mode the Sitecore user is automatecally logged in and does not care about any username and password. The connector looked at the Sitecore users roles and did a mapping to a Digizuite user.
Code Block | ||
---|---|---|
| ||
<DFS.User.Mapping>
<add role="sitecore\Digizuite DAM for Sitecore Editors" username="DFS Editor" password="6Jz7b6KBnFvdLW9y" />
<add role="sitecore\Digizuite DAM for Sitecore Users" username="DFS User" password="y4hygmerdtuFqqe6" />
</DFS.User.Mapping> |
sdf