• WordPress, a csodás
    • WordPress, a csodás
    • WordPress Magyarország
    • Dokumentáció
    • Támogatás
    • Visszajelzés
  • Bejelentkezés
  • Regisztráció
Kilépés a tartalomból

WordPress.org

Magyar

  • Kezdőlap
  • Küldetésünk
  • Sablonok
  • Bővítmények
  • Tárhely
  • Biztonság
  • Blog
  • Magyar közösség
  • WordPress beszerzése

Bővítmények

  • Kedvenceim
  • Béta tesztelés
  • Fejlesztők

Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Letöltés

Email Login

Szerző: Beau Lebens
  • Részletek
  • Vélemények
  • Telepítés
  • Támogatás
  • Fejlesztés

Leírás

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
  • finn
  • francia
  • német
  • Greek
  • magyar
  • Italian
  • Lithuanian
  • Persian
  • Polish
  • Portuguese (Brazil)
  • orosz
  • Serbian
  • Spanish
  • Swedish
  • Turkish

Telepítés

  1. Unzip and upload /wp-email-login/ to the /wp-content/plugins/ directory
  2. A bővítmény bekapcsolása a WordPress “Bővítmények” menü részénél lehetséges
  3. Log out, log in again using the email address associated with your WordPress account.

GYIK

Installation Instructions
  1. Unzip and upload /wp-email-login/ to the /wp-content/plugins/ directory
  2. A bővítmény bekapcsolása a WordPress “Bővítmények” menü részénél lehetséges
  3. Log out, log in again using the email address associated with your WordPress account.

Vélemények

Does not actually remove the login field

sun 2020.02.06.
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.07.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.04.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.09.03.
Thanks for a slick little plugin! Works just like it should. You're awesome!

Amazing

mseawell07 2016.09.03.
Works perfectly! Allows users to login using their email or username. Exactly what I was looking for. Thank you!
27 (az összes) vélemény olvasása

Közreműködők és fejlesztők

“Email Login” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők
  • Beau Lebens
  • r-a-y
  • andykillen

“Email Login” 1 nyelvre lett lefordítva. Köszönet a fordítóknak az áldozatos munkájukért!

“Email Login” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

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

Meta

  • Verzió: 4.6.4
  • Utolsó frissítés: 4 év ezelőtt
  • Aktív telepítések: 9 000+
  • WordPress verzió: 2.8 vagy magasabb
  • Tesztelve eddig: 4.8.15
  • Nyelvek:

    Chinese (China) és English (US).

    Fordítás a kiválasztott nyelvre

  • Címkék:
    adminauthenticationemailloginusers
  • Bővített nézet

Vélemények

Összes
  • 5 csillagos 26
  • 4 csillagos 0
  • 3 csillagos 0
  • 2 csillagos 1
  • 1 csillagos 0
Log in to submit a review.

Közreműködők

  • Beau Lebens
  • r-a-y
  • andykillen

Támogatás

Elmúlt két hónapban megoldott problémák:

1 problémából 0

Támogatási fórum megtekintése

  • Rólunk
  • Blog
  • Tárhelyszolgáltatás
  • Adományozás
  • Támogatás
  • Fejlesztőknek
  • Részvétel
  • Ismeretszerzés
  • Referenciák
  • Bővítmények
  • Sablonok
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Adatvédelem
  • Public Code
  • @WordPress
  • WordPress

A kód költemény.