Unable to edit user accounts or addresses after update to version 4.5

Problem

After update it is no longer possible to update user accounts

Solution

In version 4.5, user accounts functionality has been updated to allow more settings, and to provide for support for external user management. The solution to this is that providers for users have been added.

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.

 

<!-- 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>