This topic is locked

A way to automatically log in to a wordpress site from phprunner site.

8/30/2024 12:49:46 PM
PHPRunner General questions
K
kenan_almata author

Hi everyone,

I am looking for a way to automatically log in to a wordpress site without needing to type the username and password when clicking a link from a PHPRunner site.

Is there any tutorials about that.

Thanks

C
Chris Whitehead 8/31/2024

I'd look at the session which is created when you login to the wordpress site and then replcate that session when you log into PHPRunner, this will log you into WordPress at the same time, then you should be able to click the PHPRunner link into Wordpress and be logged in. Bear in mind there might be some log/table which needs to be updated when it's a successful WordPress login.

That's where I'd start but I also found this.
https://plugins.miniorange.com/wordpress-login-from-other-sites-automatically

fhumanes 9/1/2024

Hello,

I have not tried it, but it seems that other users are very happy with their use.

https://es.wordpress.org/plugins/automatic-login/

Greetings,
fernando