Перейти до вмісту
  • Увійти
  • Зареєструватись
WordPress.org

Україна

  • Теми
  • Плагіни
  • Новини
  • Підтримка
  • Про
  • Документація
  • Спільнота
  • Контакт
  • Завантажити WordPress
Завантажити WordPress

Плагіни

  • Мої улюблені
  • Бета-тестування
  • Розробникам

Цей плагін не перевірявся з останніми 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 06.02.2020
The plugin does not remove the login field from the registration form, so users still need to enter a login name.

Works well

rambo3000 10.07.2019
Works well

Great but no longer needed

jonbhanson 28.12.2017
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 20.04.2017
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 03.09.2016
Thanks for a slick little plugin! Works just like it should. You're awesome!

Amazing

mseawell07 03.09.2016
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 років тому
  • Активних встановлень: 6 000+
  • WordPress версія: 2.8 або вище
  • Сумісний аж до: 4.8.21
  • Мови:

    Chinese (China), English (US) і German.

    Перекладіть на свою мову

  • Позначки:
    adminauthenticationemailloginusers
  • Розширений перегляд

Оцінки

Переглянути всі
  • 5 зірок 26
  • 4 зірки 0
  • 3 зірки 0
  • 2 зірки 1
  • 1 зірка 0
Увійдіть, щоб залишити відгук.

Учасники

  • Beau Lebens
  • r-a-y
  • andykillen

Підтримка

Проблеми вирішені за останні два місяці:

0 з 1

Перейти в форум підтримки

  • Про нас
  • Новини
  • Хостинг
  • Підтримати
  • Swag
  • Документація
  • Розробники
  • Приєднатися
  • Навчання
  • Вітрина
  • Плагіни
  • Теми
  • Паттерни
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Приватність
  • Відкритий код
WordPress.org
WordPress.org

Україна

  • Завітайте на нашу сторінку в Facebook
  • Відвідайте нашу стрічку в Twitter
  • Visit our Instagram account
  • Visit our LinkedIn account
Код - це поезія.