WordPress.org

Ελληνικά

  • Θέματα
  • Πρόσθετα
  • Νέα
  • Υποστήριξη
  • Σχετικά
  • Ελληνική κοινότητα
  • Εκδηλώσεις
  • Openverse
  • Κατάλογος μοτίβων
  • Λήψη WordPress
Λήψη WordPress
WordPress.org

Plugin Directory

Simple Login Captcha

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

Simple Login Captcha

Από Nikolay Nikolov
Λήψη
  • Λεπτομέρειες
  • Κριτικές
  • Εγκατάσταση
  • Ανάπτυξη
Υποστήριξη

Περιγραφή

A simple captcha for the WordPress login form. To be able to login, the user is required to enter a random 3-digit number in a text field.

The correct number is displayed above the field by a small JavaScript code. Compatible with the WooCommerce login form. Compatible with multisite.

Demo

https://nikolaydev.com/wp-login.php

Simple

  • No complicated features
  • No settings
  • No image generation
  • No API
  • No sessions
  • No cookies
  • No IP address detection
  • No personal data collection
  • No vulnerabilities in the programming code

Recommendation

Bots can also try to login with the XML-RPC feature of WordPress! Very rarely plugins also need this (like the Jetpack plugin). But if you don’t use it, I recommend that you disable it. You can use the super simple one-line plugin Disable XML-RPC.

Notice

This is a simple plugin designed to protect against random bots that try to login on your site. But if a person actually looks at the code of this plugin and specifically designs a new bot that targets this plugin, this bot would be able to bypass the protection.

Στιγμιότυπα

  • WordPress login form with the simple captcha
  • Viewing the number of blocked and passed requests this month

Εγκατάσταση

Simply install and activate the plugin, like you would any normal plugin. There are no settings.

  1. Visit your Plugins Add New Screen
  2. Find the plugin by searching for: Simple Login Captcha
  3. Install the plugin, by clicking the “Install Now” button
  4. Activate the plugin, by clicking the “Activate” button

Συχνές Ερωτήσεις

How to deactivate the plugin if it does not allow me to login due to an error?

If there is an error or a bug, and you are locked out of the site by this plugin, you can simply delete or rename the plugin folder /wp-content/plugins/simple-login-captcha/ using FTP or the file manager of your hosting.

Κριτικές

Blocks the ability to login randomly

hovrashko 26 Μαΐου 2023
It does look like nice and simple solution, but it doesn’t work and wont login sometimes, or permanently for no reason.

Misses the point! Stupid Plugin

manikbajaj 24 Μαΐου 2023 1 απάντηση
Really! Lol!! Captcha plugin which can be broken in seconds.

Simple plugin that just works

Micha 11 Φεβρουαρίου 2023 1 απάντηση
Install and a simple captcha will be displayed in your login. The mass of login attempts by spam robots could easily be reduced with the plugin.The plugin is not compatible with other plugins such as a login for the user login.I was able to massively reduce spam attempts by using it. Thank you for the great work!

Locked us out

DawnK 18 Δεκεμβρίου 2022 1 απάντηση
Worked fine at first, but then it ended up locking us out of the site. Entering correct password and the 3 digit code, would say invalid login attempt. Do the Forgot password, change password, and try to login agtain, and it would say invalid login. Had to disable the plugin in order to get access to the site again. Just my experience.

Great plugin

tinaponting 19 Ιανουαρίου 2025 1 απάντηση
Works reallly well, protects againt Autobots:) Simple and good:)

Perfect. Simple. Looks good. Effective.

Svensonsan 24 Ιουνίου 2022 1 απάντηση
Does add a nice looking simple login code on the login screen. That’s it. Works as it should. No upselling, no pro-version, just fullfilling this one usecase. Love it.
Ανάγνωση όλων των 17 κριτικών

Συνεισφέροντες & Προγραμματιστές

“Simple Login Captcha” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές
  • Nikolay Nikolov

Το “Simple Login Captcha” έχει μεταφραστεί σε 8 γλώσσες. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.

Μεταφράστε το “Simple Login Captcha” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

Σύνοψη αλλαγών

1.3.6 – 1 January 2024

  • Added: Translated language files for French (thanks to Fabrice).

1.3.5 – 20 February 2023

  • Added: Translated language files for Brazilian Portuguese (thanks to Rodrigo).

1.3.4 – 2 December 2022

  • Improved: Deletes part of the old data about monthly number of passed or blocked logins so it does not increase the number of options in the database over the years (even though it was an insignificant amount anyway).
  • Improved: The data about the monthly number of passed or blocked logins is now saved in a way that will avoid automatically loading it in the cached list of options in the server memory, since it is not needed there.

1.3.3 – 11 April 2021

  • Added: Compatibility with front-end login forms that use the wp_login_form function (but the form must not be cached by a caching plugin).

1.3.2 – 16 December 2020

  • Added: Translated language files for Polish (thanks to Karol).

1.3.1 – 16 December 2019

  • Fixed: The language files were not loaded if they were only present in the plugin languages folder (and not in wp-content/languages/plugins).

1.3.0 – 13 December 2019

  • Added: Compatibility with the WooCommerce login page.
  • Added: Translated language files for German (thanks to Tilo).
  • Improved: The gray container of the security code now has a slight border.

1.2.0 – 10 September 2019

  • Improved: In a multisite, when activated on separate sub-sites only, now uses one global database table.
  • Fixed: In a multisite, when network activated, it would not work in login pages of separate sub-sites. It would work only on the main site login page, and on the login pages for other site, it would not let anyone in.
  • Fixed: Changed the label tag surrounding the “Security Code” text, to a span tag. Since there is no field to fill there, it was not correct to use it.

1.1.0 – 4 May 2019

  • Improved: The correct number is now displayed as a result of a small JavaScript calculation (so not in plain text).
  • Updated: Language files.

1.0.0 – 11 April 2019

  • Initial release.

Μεταστοιχεία

  • Version 1.3.6
  • Τελευταία ενημέρωση: πριν από 1 μήνα
  • Ενεργές εγκαταστάσεις: 10.000+
  • Έκδοση WordPress: 3.5 ή νεότερη
  • Δοκιμασμένο μέχρι: 6.8.1
  • Έκδοση PHP: 5.2 ή νεότερη
  • Γλώσσα:

    Chinese (China), Czech, Dutch, English (US), German, Persian, Spanish (Chile), Spanish (Spain) και Swedish.

    Μεταφράστε στην γλώσσα σας

  • Ετικέτες:
    captchaloginsecuritysimplespam
  • Σύνθετη Προβολή

Αξιολογήσεις

3.9 out of 5 stars.
  • 12 5-star reviews 5 stars 12
  • 0 4-star reviews 4 stars 0
  • 0 3-star reviews 3 stars 0
  • 2 2-star reviews 2 stars 2
  • 3 1-star reviews 1 star 3

Προσθήκη της κριτικής μου

Δείτε όλες τις κριτικές

Συντελεστές

  • Nikolay Nikolov

Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

Φόρουμ υποστήριξης

  • Σχετικά
  • Ειδήσεις
  • Φιλοξενία
  • Απόρρητο
  • Βιτρίνα
  • Θέματα
  • Πρόσθετα
  • Μοτίβα
  • Μάθετε
  • Υποστήριξη
  • Προγραμματιστές
  • WordPress.TV
  • Συμμετέχετε
  • Εκδηλώσεις
  • Δωρίστε
  • Πέντε για το Μέλλον
  • WordPress.com
  • Matt
  • bbPress
  • BuddyPress
WordPress.org
WordPress.org

Ελληνικά

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Επισκεφθείτε τον λογαριασμό μας στο Mastodon
  • Visit our Threads account
  • Επισκεφτείτε τη σελίδα μας στο Facebook
  • Επισκεφθείτε τον λογαριασμό μας Instagram
  • Επισκεφθείτε τον λογαριασμό μας LinkedIn
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Ο κώδικας είναι ποίηση.