Hello Auth0,
see the detailed discription below.
Cheers,
Toby
Feature: Option to disable import users to Auth0 after custom database disconnect.
Description: The documentation Configure Automatic Migration from Your Database - Auth0 Docs states, that the flag “Import Users to Auth0” should be leaved active and the Login and Get User script should contain a stub which simply returns callback (null, null). This is not intuitive and lead to the assumption that there is an underlying issue with the implementation of this functionality. In addition this interferes with the test functionality of email templates. Sending test emails does not work for some template types.
-
Please provide a fix for this so that we can disable this functionality (Import Users to Auth0).
-
An additional point: Also change the functionality to be activatable again for databases which already contain users.
Use-Case for 1.: We disabled the custom database as documented and now our engineers can’t test changes on email templates anymore.
Use-Case for 2.: We want to re-enable the import when we connect other applications which can’t export passwords or contain password hashes not supported by Auth0.