描述
Custom Login URL (CLU) is a lightweight plugin that allows to customize default WP login, registration and password
reminder URLs without modifying any files, simple and swift.
Why would anyone would want to use this plugin? Well, after developing WPHelpDesk it turned
out that site owners do not want to reveal to customers that they are using WordPress, hence the plugin that will mask
original URLs.
What the plugin can do:
- change /wp-login.php to for example /user/login/
- change /wp-login.php?action=register to for example /user/register/
- change /wp-login.php?action=lostpassword to for example /user/remind/
- change /wp-login.php?action=logout to for example /user/logout/
- you can define your own custom paths for each URL above
- set successfull login and logout redirect URLs
In order to make the plugin work you need to have Permalinks enabled in WP Settings.
安装
- Upload
custom-login-url
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to wp-admin / Settings / Permalinks and configure your custom URLs
评价
2020 年 2 月 17 日
Perfect!
2018 年 8 月 30 日
It works with wordpress 4.9.8
2018 年 5 月 8 日
It works.
2016 年 9 月 26 日
Installed it, changed the URLs (not very clear I might add) and locked myself out. Entering correct login details just refreshed the page until I went BACK to wp-admin, where I was already logged in.
Pile of rubbish. Avoid.
2016 年 9 月 22 日
Allows for changing the login, registration, lost password, and logout URLs to something custom. Works great under 4.6.1, even though it does not say it’s tested under anything above 4.2.10.
2016 年 9 月 3 日
2 回复
Not to be rude, but just went to your WPHelpDesk site and just typed
https://wphelpdesk.com/wp-admin and it redirected to the login page of that site revealing it’s a WP site.
So, again, what is the point?
贡献者及开发者
更新日志
1.0.2
- FIXED: Some ‘notices’ and ‘warnings’
- FIXED: Correct stable tag set.
1.0.1
- FIXED: Automatic Login Rewrite Activation
1.0
- Initial release