Answer the question
In order to leave comments, you need to log in
Is it possible to upload users with passwords from wordpress?
The task is to transfer users with passwords from WordPress to mogu. Is there any way to decrypt passwords? As I understand wordpress uses md5
Answer the question
In order to leave comments, you need to log in
In general, everything is possible, but the password is encrypted, verdpress most likely has some kind of md5 + its own key, although not a fact. In general, in order to copy something, it is better to understand how it works.
PS the password itself, most likely you won’t recognize it, but import it so that the user can log in to another resource under the same data, completely, only the decryption logic should be left the same as on verdpress
Is there any way to decrypt passwords?
In theory, you need to rewrite the login logic.
wiki.moguta.ru/help/Controller/Controllers_Enter.html
See the description of WordPress tables
https://codex.wordpress.org/Database_Description
Next, insert the verification code from WordPress and if the password matches the hash at the entrance, then create an account in the mogu. And the next time he enters already normally.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question