跳至主要內容
  • 關於 WordPress
    • 關於 WordPress
    • WordPress.org 台灣繁體中文
    • 線上說明
    • 技術支援
    • 意見反應
  • 登入
  • 註冊
WordPress.org
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress

外掛目錄

  • 我的最愛
  • Beta 版測試
  • 開發者資訊

這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

下載

Email Login

由 Beau Lebens 開發
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 技術支援
  • 開發資訊

外掛說明

Use your email address instead of a username to log into your WordPress.

Since email addresses are required to be unique within WordPress anyway, they also make good identifiers for logging in. For slightly better security, set your username to something random and then just forget it and use your email address instead.

Special thanks to:

  • r-a-y for compatibility with older versions of WPMU and XML-RPC
  • andykillen for introducing translatable strings and the Dutch translation

Translations included for:

  • Bengali
  • Czech
  • Dutch
  • Farsi
  • Finnish
  • French
  • German
  • Greek
  • Hungarian
  • Italian
  • Lithuanian
  • Persian
  • Polish
  • Portuguese (Brazil)
  • Russian
  • Serbian
  • Spanish
  • Swedish
  • Turkish

安裝方式

  1. Unzip and upload /wp-email-login/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Log out, log in again using the email address associated with your WordPress account.

常見問題集

Installation Instructions
  1. Unzip and upload /wp-email-login/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Log out, log in again using the email address associated with your WordPress account.

使用者評論

Does not actually remove the login field

sun 2020 年 2 月 6 日
The plugin does not remove the login field from the registration form, so users still need to enter a login name.

Works well

rambo3000 2019 年 7 月 10 日
Works well

Great but no longer needed

jonbhanson 2017 年 12 月 28 日
This was a great plugin, but WordPress 4.5 introduced the ability to login with email so it is not longer needed.

Words very perfect

mayurkathale 2017 年 4 月 20 日
Using this plugin users can login using their emailid as well as username. Works with buddypress as well. Thanks

Does what it does out of the box.

Nate Finch 2016 年 9 月 3 日
Thanks for a slick little plugin! Works just like it should. You're awesome!

Amazing

mseawell07 2016 年 9 月 3 日
Works perfectly! Allows users to login using their email or username. Exactly what I was looking for. Thank you!
閱讀全部 27 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Email Login〉的開發相關工作。

參與者
  • Beau Lebens
  • r-a-y
  • andykillen

Email Login 外掛目前已有 2 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Email Login〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

4.6.5

  • Added Italian translation, props Menexa – http://menexa.it/

4.6.4

  • Add Russian translation, props Flector – http://www.wordpressplugins.ru/administration/wp-email-login.html
  • Update Dutch translation, props Paula – http://tekstmodel.nl

4.6.3

  • Add Turkish translation, props Huseyin

4.6.2

  • Add Serbian translation, props Borisa – http://www.webhostinghub.com

4.6.1

  • Add Greek translation, props kostasx

4.6

  • Add Spanish translation, props Javier Martínez – http://culturageek.com

4.5

  • Don’t attempt to override authentication if a WP_User object exists. Fixes compat with Jetpack (and potentially other auth-related plugins)

4.4

  • Work around a few encoding issues in WP to handle weird characters in emails (‘ and &), props Mykle

4.3.5

  • Fix conditional inclusion of label JS so that it appears on all wp-login.php pages. Props James B. – http://cloudshout.co.uk

4.3.4

  • Add a conditional in the label-changing JS to avoid errors in some cases
  • Only output the JS on the wp-login.php page to avoid JS errors as well

4.3.3

  • Add Bengalia translation, props S. M. Mehdi Akram – http://www.shamokaldarpon.com

4.3.2

  • Add Hungarian translation, props Peter: Surbma – http://surbma.hu

4.3.1

  • Add Brazilian Portuguese translation, props Alysson – https://profiles.wordpress.org/alyssonweb

4.3

  • Check user_status to confirm the user is verified before allowing authentication (used in BuddyPress). Props Steve Holland. If you have a plugin which is using user_status to store some non-zero value, then those users will not be able to log in using their email address with this update.

4.2.3

  • Add Lithuanian translation, props Vincent G – http://www.host1free.com

4.2.2

  • Add Czech translation, props Zaantar

4.2.1.1

  • Syntax error — SORRY!

4.2.1

  • Switch to get_user_by() to avoid deprecated notice, props benjaminniess

4.2

  • Move translations into /languages/
  • Extra check to make sure a variable is defined, props Horacio
  • Updated to both Dutch translations to fix a typo, thanks Michael – http://www.concatenate.nl

4.1.6

  • Add German translation, props Florian

4.1.5

  • Add Polish translation, props Piotr

4.1.4

  • Add Finnish translation, props Jarno – http://www.daddyfinland.fi/
  • Tweak JS replacement to look for core translation and replace with plugin-specific one
  • Update translation files to have correct project name etc

4.1.3.1

  • Fix syntax errors. SORRY!

4.1.3

  • Swedish translation, props Joel
  • Persian translation, props Sushyant – http://www.zavarzadeh.org
  • Better escaping on string output

4.1.2

  • Include French translation, props Sebastien
  • Rename translation files to standard format

4.1.1

  • Minor fix for if the username is empty, props Sebastien

4.1

  • Clean up code a bit
  • Introduce translatable strings, props andykillen. Packaged with Dutch translation.

4.0

  • Add prompt to login form that you can use Email as well
  • Use get_user_by_email(), props Hendry (via email)
  • Remove support for versions older than 2.8 — UPGRADE!

3.0

  • Cut down to use new filters

2.0

  • Now supports XML-RPC authentication using email address thanks to r-a-y!

1.0

  • Initial release

中繼資料

  • 最新版本: 4.6.4
  • 最後更新: 6 年前
  • 啟用安裝數: 7,000+
  • WordPress 版本需求: 2.8 或更新版本
  • 已測試相容的 WordPress 版本: 4.8.19
  • 語言:

    Chinese (China)、English (US)、及 German.

    將這個外掛本地化為你的母語版本

  • 標籤:
    adminauthenticationemailloginusers
  • 進階檢視

評分

檢視全部
  • 5 星 26
  • 4 星 0
  • 3 星 0
  • 2 星 1
  • 1 星 0
登入以提交評論

參與者

  • Beau Lebens
  • r-a-y
  • andykillen

技術支援

最近 2 個月解決的問題:

總計 1 個問題,已解決 0 個

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機託管
  • 贊助基金會
  • 技術支援
  • 開發者資源
  • 共同參與
  • Learn
  • 展示網站
  • 外掛目錄
  • 佈景主題目錄
  • 區塊版面配置目錄
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • 隱私權
  • Public Code
WordPress.org
WordPress.org

Taiwan 正體中文

  • 造訪我們的 Facebook 粉絲專頁
  • 造訪我們的 Twitter 帳號
程式碼,如詩