I am switching over a client from a Wordpress site to a site within Wappler that we are developing, however the current users that are in the system are all from Wordpress signups. I don’t want to have all of these recreated.
I am creating a security page and using the MD5 hash option for the password with the salt key from the AUTH_SALT option in the wp_config, however when i test it I am getting a 401 Unauthorized issue.
Is there anything that might be missing or needed to work with this? Do i need to change the database format to work with the Wappler?
Most probably wordpress is using some other hashing algorithm, so it’s better to just have your users change the passwords using any of the available methods in server connect in order to be able to use the security provider.