Περιγραφή
SimplifyCaptcha για Magento 2
Το SimplifyCaptcha για Magento 2 είναι ένα μικρό και πρακτικό module που βελτιώνει την αναγνωσιμότητα του ενσωματωμένου CAPTCHA του Magento. Αν το κατάστημα χρησιμοποιεί το native Magento CAPTCHA αλλά οι εικόνες εμφανίζονται υπερβολικά θορυβώδεις ή δύσκολες για τους χρήστες, το module δίνει έναν πιο καθαρό τρόπο προβολής χωρίς να αλλάζει τη βασική λειτουργία ασφαλείας του Magento.
Η επέκταση απευθύνεται σε Magento 2 e-shop που θέλουν να κρατήσουν ενεργό το CAPTCHA για προστασία σε φόρμες όπως login, εγγραφή, forgot password, checkout ή admin login, αλλά θέλουν να μειώσουν την τριβή για πελάτες και διαχειριστές. Δεν αντικαθιστά το Magento CAPTCHA και δεν προσθέτει εξωτερικό CAPTCHA provider. Δουλεύει πάνω στον μηχανισμό του Magento_Captcha και προσαρμόζει τα επίπεδα οπτικού θορύβου της εικόνας.
Τι κάνει στην πράξη
Όταν το Magento δημιουργεί μια εικόνα CAPTCHA, το module εφαρμόζει διαχειρίσιμες ρυθμίσεις για το επίπεδο dot noise και line noise. Έτσι ο διαχειριστής μπορεί να μειώσει τις τελείες και τις γραμμές που κάνουν το CAPTCHA δυσανάγνωστο, κρατώντας παράλληλα την ίδια native ροή ενεργοποίησης CAPTCHA που ήδη διαθέτει το Magento.
Κύριες δυνατότητες
- Βελτίωση αναγνωσιμότητας για το ενσωματωμένο Magento CAPTCHA.
- Χρήση του native Magento_Captcha χωρίς τρίτο provider.
- Ρύθμιση ενεργοποίησης/απενεργοποίησης από το Magento Admin.
- Διαχειρίσιμο Dot Noise Level με προεπιλογή 50.
- Διαχειρίσιμο Line Noise Level με προεπιλογή 2.
- Λειτουργεί σε φόρμες που χρησιμοποιούν το built-in Magento CAPTCHA, ανάλογα με τη Magento ρύθμιση του καταστήματος.
- Χρήσιμο και για admin login όταν το Magento CAPTCHA είναι ενεργό εκεί.
- Δεν αλλάζει το πού εμφανίζεται το CAPTCHA. Αυτό παραμένει στη native Magento διαχείριση.
Ρυθμίσεις στο Magento Admin
Οι ρυθμίσεις του module βρίσκονται στο Stores > Configuration > IOWEB TECHNOLOGIES > IOWEB SimplifyCaptcha. Από εκεί ο διαχειριστής μπορεί να ενεργοποιήσει ή να απενεργοποιήσει την προσαρμογή θορύβου και να ορίσει τις τιμές για dot noise και line noise.
Η επιλογή των φορμών στις οποίες εμφανίζεται CAPTCHA συνεχίζει να γίνεται από τις native ρυθμίσεις του Magento στο Stores > Configuration > Customers > Customer Configuration > CAPTCHA.
Οφέλη για το e-shop
- Μειώνει περιπτώσεις όπου οι χρήστες δυσκολεύονται να διαβάσουν το CAPTCHA.
- Κρατάει την υπάρχουσα Magento CAPTCHA λειτουργία χωρίς εξωτερική υπηρεσία.
- Δίνει απλή παραμετροποίηση για το οπτικό επίπεδο θορύβου.
- Βοηθά σε πιο φιλική εμπειρία σε φόρμες πελατών και σε admin login όπου χρησιμοποιείται Magento CAPTCHA.
Σε ποιους απευθύνεται
Το SimplifyCaptcha για Magento 2 είναι κατάλληλο για καταστήματα που έχουν ήδη επιλέξει το built-in CAPTCHA του Magento και θέλουν πιο ευανάγνωστες εικόνες χωρίς να περάσουν σε λύσεις τύπου reCAPTCHA ή σε τρίτους παρόχους. Είναι ένα απλό quality-of-life module για καλύτερη καθημερινή χρήση του καταστήματος και του admin.
Εγκατάσταση και υποστήριξη
Με την αγορά του προϊόντος λαμβάνετε πρόσβαση στο composer repository μας και οδηγίες εγκατάστασης. Η εγκατάσταση πρέπει να γίνει σε Magento 2 περιβάλλον που διαθέτει το Magento_Captcha και το IOWEB Base module.
USER GUIDE – SimplifyCaptcha για Magento 2
Overview
SimplifyCaptcha για Magento 2 improves the readability of Magento’s built-in CAPTCHA image by reducing the default visual noise used during CAPTCHA rendering.
Use this module when Magento’s built-in CAPTCHA is enabled, but the generated image is too noisy for customers or admins to read comfortably. The module keeps Magento’s native CAPTCHA flow and lets the store admin control the rendered image noise levels.
Admin Area
The module works together with Magento’s native CAPTCHA settings.
Use Magento’s native CAPTCHA configuration to decide where CAPTCHA appears:
Stores > Configuration > Customers > Customer Configuration > CAPTCHA
Use the module configuration to control CAPTCHA image noise:
Stores > Configuration > IOWEB TECHNOLOGIES > IOWEB SimplifyCaptcha
What The Admin Can Configure
Magento’s native CAPTCHA section controls where and how CAPTCHA is used. Typical Magento CAPTCHA settings include:
- enabling or disabling CAPTCHA globally;
- choosing which frontend forms require CAPTCHA;
- choosing whether CAPTCHA appears always or after failed attempts;
- setting the number of symbols;
- setting font and display behavior supported by Magento;
- configuring case sensitivity where supported by the Magento version.
This module does not replace those settings. It only makes the generated CAPTCHA image cleaner by applying the configured noise values.
The SimplifyCaptcha section includes:
Enable Simplified CAPTCHA Noise: turns the module noise adjustment on or off.
Dot Noise Level: controls the number of dot noise elements in the generated CAPTCHA image. Default: 50.
Line Noise Level: controls the number of crossing line noise elements in the generated CAPTCHA image. Default: 2.
Noise Values Applied By The Module
When Magento renders a CAPTCHA image, the module applies the configured values. The default values are:
- dot noise level:
50;
- line noise level:
2.
These values are applied automatically when Enable Simplified CAPTCHA Noise is set to Yes.
Recommended Setup
- Install and enable the module.
- Run
bin/magento setup:upgrade.
- Clear Magento cache.
- Go to
Stores > Configuration > IOWEB TECHNOLOGIES > IOWEB SimplifyCaptcha.
- Confirm the module is enabled and adjust dot/line noise if needed.
- Go to
Stores > Configuration > Customers > Customer Configuration > CAPTCHA.
- Confirm CAPTCHA is enabled for the forms that need protection.
- Save the Magento configuration.
- Test a form where CAPTCHA is active.
- Confirm the CAPTCHA image is readable and still appears where expected.
Forms Affected
The module affects Magento forms that use Magento’s built-in CAPTCHA model. The exact forms depend on the store’s Magento CAPTCHA configuration.
Examples may include customer login, customer registration, forgot password, checkout, admin login, or other forms where Magento CAPTCHA is enabled by configuration or customization.
No Separate Frontend Widget
The module does not add a new frontend CAPTCHA widget and does not integrate with an external CAPTCHA provider. It keeps Magento’s built-in CAPTCHA and adjusts the image generation behavior used by that CAPTCHA.
Compatibility Notes
Magento’s native Magento_Captcha module must be available. If CAPTCHA is disabled in Magento configuration, this module will not make CAPTCHA appear by itself.
The module also requires the IOWEB Base module in the Magento installation.
Troubleshooting
- CAPTCHA does not appear: check Magento’s native CAPTCHA configuration and confirm CAPTCHA is enabled for the relevant form.
- CAPTCHA still looks too noisy: confirm the module is enabled, adjust the noise values, and clear Magento cache.
- CAPTCHA appears on the wrong forms: adjust the native Magento CAPTCHA form settings.
- Installation fails because of a missing dependency: confirm
Magento_Captcha and the IOWEB Base module are installed/enabled.
- Changes are not visible after installation: run
bin/magento setup:upgrade, clear cache, and retest in a browser session where CAPTCHA is required.