How To Know Password Wordpress People?

You can reset it to your admin email if that's what you ask.
 
You can reset if it's your website. We don't discuss hacking if you mean others' websites.
 
If you have access to your SQL database, you just have to create a MD5 based password for your user in the wp_users table.
WP algorithm will automatically switch to a more secure version the first time you login with such password.
 
Back
Top