Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So if you experience problems in accessing user accounts or addresses under admin, and you use the built in user management, check the providers in profile.config.

The following providers for users and addresses exist in profile.config.

Code Block
languagexml
<!-- Built in user handling with required login -->
<AuthenticationProvider>
	<AssertAuthenticationProvider>
	</AssertAuthenticationProvider>
</AuthenticationProvider>
<AuthenticationEnabled>true</AuthenticationEnabled>
<AuthenticationRequired>true</AuthenticationRequired>
	
<!-- Addresses handled by built in functions -->
<AddressProvider>
	<AssertDbAddressProvider/>
</AddressProvider>

...