Hi there,
I have developed a bridge between Contao CMS and XenForo which uses the /users API endpoint to sync users.
The bridge synchronizes username, email, and password and creates XenForo users successfully.
The only remaining issue is that this XenForo users cannot log in.
Do I need to encrypt or hash the password before making the API request?
EDIT: Problem is solved. The password was transmitted double URL-encoded.
Thanks in advance.
Best regards
#contao #bridge
I have developed a bridge between Contao CMS and XenForo which uses the /users API endpoint to sync users.
The bridge synchronizes username, email, and password and creates XenForo users successfully.
The only remaining issue is that this XenForo users cannot log in.
Do I need to encrypt or hash the password before making the API request?
EDIT: Problem is solved. The password was transmitted double URL-encoded.
Thanks in advance.
Best regards
#contao #bridge
Last edited: