Hey there,
We are on the process of migrating from WordPress to auth0. To do so we are using user import/export extension while at the moment we are facing a problem with the user passwords. The password we get from WordPress is consists of 34 digits starting with $P$B always. Apparently, WordPress uses multiple hashing algorithms for password security which seems to be not supported by this extension. See supported algorithms here. Example of those algorithms are listed here. Just wanted to reach out and ask if anybody has an idea on how we could solve the current problem. Thanks in advance.