內容簡介
Custom Login URL (CLU) 是一個輕量的 WordPress 外掛,可讓您自定義預設的 WP 登入、註冊和重設密碼連結,而不需修改任何文件,運作簡單又快速。
為什麼有人想使用這個外掛?嗯,在開發 WPHelpDesk 後,發現網站擁有者不想讓顧客知道他們正在使用 WordPress,因此需要一個可以隱藏原始連結的外掛。
這個外掛可以做什麼:
將 /wp-login.php 改為 /user/login/,例如
將 /wp-login.php?action=register 改為 /user/register/,例如
將 /wp-login.php?action=lostpassword 改為 /user/remind/,例如
將 /wp-login.php?action=logout 改為 /user/logout/,例如
每個連結都能定義自己的自訂路徑
設定成功登入和登出時的重導向 URL
為了讓這個外掛能正常運作,您需要在 WP 設置中啟用永久連結。
外掛標籤
開發者團隊
原文外掛簡介
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 some sites 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.
