I come with another interesting question and I can not find an answer. I have a custom login page where you can change, using ajax, our information. The issue is that in the front-page I have implemented a password change in case you forget about it, and of course, then you must be able to change it in your custom login.
For this I tried to use the wordpress function
$curret_user->user_pass;
but it shows me something like this:
$ P $ BPuB4JSblULb3gQRjLOlbO39 / Fqw6r /
and what I want is for it to be decrypted. Can someone guide me on this?