https://github.com/codemonkey-jack/login-wp-admin-ftp
https://github.com/codemonkey-jack/login-wp-admin-ftp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemonkey-jack/login-wp-admin-ftp
- Owner: codemonkey-jack
- License: gpl-2.0
- Created: 2015-09-30T19:44:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T10:46:18.000Z (about 10 years ago)
- Last Synced: 2023-03-31T11:44:28.612Z (about 3 years ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# login-wp-admin-ftp
Place the code in your themes functions.php file or as a custom plugin.
It allows you to visit a url such as http://domain.com?autologin_please and be logged in as the admin.
Note, once you've used the code to log in, it should be removed. It's not safe to leave code like this in your functions.php as anyone who visits that link would have full adminstrative access to your WordPress Admin.
Handy if you have FTP access, but can't access the admin (locked out, forgot password and email recovery isn't working etc).