外掛說明
I Provide offer support through the support forum. Use Website instead.
swift wp-login.php is a very light plugin that lets you easily and safely change wp-login.php to anything you want. It doesn’t literally swift or change files in core, nor does it add rewrite rules. It simply intercepts page requests and works on any WordPress website. The wp-admin directory and wp-login.php page become inaccessible, so you should bookmark or remember the url. Deactivating this plugin brings your site back exactly to the state it was before.
Compatibility
All login related things such as the registration form, lost password form, login widget and expired sessions just keep working.
It’s also compatible with any plugin that hooks in the login form, including
- BuddyPress,
- bbPress,
- Woocommerce,
- TML,
- UserPro,
- Limit Login Attempts,
- and User Switching.
Obviously it doesn’t work with plugins that hardcoded wp-login.php.
Works with multisite, but not tested with subdomains. Activating it for a network allows you to set a networkwide default. Individual sites can still swift their login page to something else.
If you’re using a page caching plugin you should add the slug of the new login url to the list of pages not to cache.
If you wish, you can block wp-login.php with .htaccess
from now on.
螢幕擷圖
安裝方式
- Go to Plugins › Add New.
- Search for swift wp-login.php.
- Look for this plugin, download and activate it.
- The page will redirect you to the settings. swift wp-login.php there.
- You can change this option any time you want, just go back to Settings › Permalinks › swift wp-login.php.
常見問題集
- I forgot my login url!
-
Either go to your MySQL database and look for the value of
rwl_page
in the options table, or remove theswift-wp-login
folder from yourplugins
folder, log in through wp-login.php and reinstall the plugin.On a multisite install the
rwl_page
option will be in the sitemeta table, if there is no such option in the options table.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0
- Initial version.