Hi,
I'm migrating a customer away from magento, and to allow (magento) customers to login,
I had to make a few modifications to the CustomerRegistrationService.

Question :
Is there a way to configure nopcommerce dependencies through a config file ?
Otherwise I need to modify dependencyRegistrar with each new release to tell it to use my CustomCustomerRegistrationService.

Thanks for any pointers.