Title: Easy Basic Authentication – Add basic auth to site or admin area
Author: Matteo Enna
Published: <strong>29 septembrie 2023</strong>
Last modified: 3 decembrie 2025

---

Caută module

![](https://ps.w.org/easy-basic-authentication/assets/banner-772x250.jpg?rev=3318919)

![](https://ps.w.org/easy-basic-authentication/assets/icon-256x256.jpg?rev=3294897)

# Easy Basic Authentication – Add basic auth to site or admin area

 De [Matteo Enna](https://profiles.wordpress.org/matteoenna/)

[Descarcă](https://downloads.wordpress.org/plugin/easy-basic-authentication.3.9.1.zip)

 * [Detalii](https://ro.wordpress.org/plugins/easy-basic-authentication/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/easy-basic-authentication/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/easy-basic-authentication/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/easy-basic-authentication/#developers)

 [Suport](https://wordpress.org/support/plugin/easy-basic-authentication/)

## Descriere

The Easy Basic Authentication plugin provides a simple method to add basic authentication
to your WordPress site. You can enable basic authentication for the entire site 
or only for the admin area by setting a custom username and password. Secure your
site by restricting access only to authorized users.

**Try it on a free mock site: [click here](https://tastewp.org/plugins/easy-basic-authentication/)**

### Key Features

 * **Simple Configuration:** With Easy Basic Authentication, you can easily set 
   up basic authentication for your entire website or specifically for the admin
   area. Set a custom username and password to ensure secure access.
 * **Admin Area Protection:** If you wish to restrict access to your WordPress admin
   area, Easy Basic Authentication allows you to do so quickly and effectively. 
   Only users with the correct credentials will be able to access this critical 
   part of your site.
 * **Entire site protection:** If you wish, there is an option to extend the access
   limitation to the entire site and not just for your WordPress admin area, Easy
   Basic authentication allows you to do this quickly and effectively. Only users
   with the correct credentials will be able to access this critical part of your
   site.
 * **Failed Access Logging:** The plugin keeps track of failed login attempts, helping
   you identify unauthorized access attempts. This is particularly useful for monitoring
   your site’s security.
 * **Access Log:** If you choose to enable this feature, Easy Basic Authentication
   allows you to log successful logins, providing a comprehensive overview of login
   activities on your site.
 * **Easy Management:** The plugin’s intuitive interface makes it simple to manage
   basic authentication settings. You can easily enable or disable basic authentication
   and adjust credentials to suit your needs.
 * **Email Alert Functionality:** Easy Basic Authentication includes an email alert
   feature to notify you of unauthorized access attempts. You can receive email 
   alerts when someone tries to access your site without proper credentials.
 * **White List Functionality:** Easy Basic Authentication now includes a White 
   List feature, allowing you to specify trusted IP addresses exempt from basic 
   authentication. Configure this list to grant immediate access to known users 
   or systems without requiring credentials, enhancing convenience while maintaining
   security.

Protect your WordPress site with basic authentication quickly and reliably. Easy
Basic Authentication gives you control to ensure that only authorized users can 
access your online resources. Maintain your site’s security and prevent unwanted
access today with Easy Basic Authentication.

### Usage

 * Visit the plugin settings page to configure your desired basic authentication
   options.
 * Choose whether to enable basic authentication for the entire site or just the
   admin area.
 * Set a custom username and password for secure access.
 * Monitor failed access attempts and access logs for added security.

### Troubleshooting: Resetting Basic Authentication

If you’re having trouble logging in due to the basic authentication, you can reset
it and regain access by following these steps:

1 **Connect to your website via FTP.**
 2 **Navigate to the plugin directory:**

    ```
    wp-content/plugins/easy-basic-authentication/class/
    ```

3 **Locate the file:**

    ```
    easy-basic-authentication-class.php
    ```

4 **Find the following line:**

    ```
    add_action( 'init', array($this,'basic_auth_admin') );
    ```

5 **Comment out that line** by adding a `#` at the beginning:

    ```
    #add_action( 'init', array($this,'basic_auth_admin') );
    ```

6 **Save the file** and re-upload it to your server.

This will disable the basic authentication temporarily, allowing you to log in. 
Once logged in, you can adjust the plugin settings as needed.

If you need further assistance, feel free to reach out.

### GitHub Repository

You can find the source code and contribute to the project on GitHub: [Easy Basic Authentication on GitHub](https://github.com/Ellusu/easy-basic-authentication)

## Capturi ecran

 * [[
 * [[
 * [[

## Instalare

 1. Upload the Easy Basic Authentication plugin to your WordPress site.
 2. Activate the plugin.
 3. Configure the basic authentication settings from the WordPress admin panel.

## Recenzii

![](https://secure.gravatar.com/avatar/21ff0831db7848092878dfffd85f518e33a5e49b9102435098bd2c365240085f?
s=60&d=retro&r=g)

### 󠀁[Works perfectly and improves site security without huge plugins](https://wordpress.org/support/topic/works-perfectly-and-improves-site-security-without-huge-plugins/)󠁿

 [ziordia68](https://profiles.wordpress.org/ziordia68/) 25 octombrie 2025

I found it easy to implement, and works perfectly. With it, I do not need those 
really big security plugins, just combine it with other small plugins like 2fa.

![](https://secure.gravatar.com/avatar/6db1864367d82cf4d4c9ede1a16acd3229428fbc21d7232fff901dc3ff4aa0f4?
s=60&d=retro&r=g)

### 󠀁[Works perfectly](https://wordpress.org/support/topic/works-perfectly-2791/)󠁿

 [Nguyen Minh Hung](https://profiles.wordpress.org/nguyenminhhung/) 10 septembrie
2024 1 răspuns

Works perfectly and doesn’t require complicated configuration. Thank you for creating
this plugin.

![](https://secure.gravatar.com/avatar/b500c3b656d9821b23ba8ab8d032e9e91a32845f6eb16d01ac4eae0420de59d0?
s=60&d=retro&r=g)

### 󠀁[Bravo! Mille Grazie!](https://wordpress.org/support/topic/bravo-mille-grazie/)󠁿

 [James Joseph Finn](https://profiles.wordpress.org/jamesjosephfinn/) 25 iunie 2024
2 răspunsuri

Ciao from an Italian-American. The plugin works flawlessly. Thank you for publishing
it. One question: After configuring the plugin, I was expecting to find a .htpasswd
file in the root directory; but apparently the plugin sets Basic Auth in a manner
different than the one I’m familiar with. I’m no backend dev, but I always love 
to learn. I’m wondering how this works under the hood to implement Apache Basic 
Auth. Thank you again, paisano.

 [ Citește toate cele 3 recenzii ](https://wordpress.org/support/plugin/easy-basic-authentication/reviews/)

## Contributori și dezvoltatori

„Easy Basic Authentication – Add basic auth to site or admin area” este un software
open-source. La acest modul au contribuit următoarele persoane.

Contributori

 *   [ Matteo Enna ](https://profiles.wordpress.org/matteoenna/)
 *   [ ashkanahmadi ](https://profiles.wordpress.org/ashkanahmadi/)

„Easy Basic Authentication – Add basic auth to site or admin area” a fost tradus
în 6 locale. Mulțumim [traducătorilor](https://translate.wordpress.org/projects/wp-plugins/easy-basic-authentication/contributors)
pentru contribuția lor.

[Tradu „Easy Basic Authentication – Add basic auth to site or admin area” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/easy-basic-authentication)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/easy-basic-authentication/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/easy-basic-authentication/),
sau abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/easy-basic-authentication/)
prin [RSS](https://plugins.trac.wordpress.org/log/easy-basic-authentication/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versiunea **3.9.1**
 *  Ultima actualizare **Acum 4 luni**
 *  Instalări active: **700+**
 *  Versiune WordPress ** 5.0 sau mai recentă **
 *  Testat până la **6.9.4**
 *  Versiune PHP ** 7.2.5 sau mai recentă **
 *  Limbi
 * [English (UK)](https://en-gb.wordpress.org/plugins/easy-basic-authentication/),
   [English (US)](https://wordpress.org/plugins/easy-basic-authentication/), [German](https://de.wordpress.org/plugins/easy-basic-authentication/),
   [German (Austria)](https://de-at.wordpress.org/plugins/easy-basic-authentication/),
   [German (Switzerland)](https://de-ch.wordpress.org/plugins/easy-basic-authentication/),
   [Italian](https://it.wordpress.org/plugins/easy-basic-authentication/) și [Spanish (Spain)](https://es.wordpress.org/plugins/easy-basic-authentication/).
 *  [Tradu în limba ta](https://translate.wordpress.org/projects/wp-plugins/easy-basic-authentication)
 * Etichete
 * [access-control](https://ro.wordpress.org/plugins/tags/access-control/)[authentication](https://ro.wordpress.org/plugins/tags/authentication/)
   [login](https://ro.wordpress.org/plugins/tags/login/)[security](https://ro.wordpress.org/plugins/tags/security/)
   [wordpress security](https://ro.wordpress.org/plugins/tags/wordpress-security/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/easy-basic-authentication/advanced/)

## Evaluări

 5 din 5 stele.

 *  [  3 5 – recenzii (stele)     ](https://wordpress.org/support/plugin/easy-basic-authentication/reviews/?filter=5)
 *  [  0 4 – recenzii (stele)     ](https://wordpress.org/support/plugin/easy-basic-authentication/reviews/?filter=4)
 *  [  0 3 – recenzii (stele)     ](https://wordpress.org/support/plugin/easy-basic-authentication/reviews/?filter=3)
 *  [  0 2 – recenzii (stele)     ](https://wordpress.org/support/plugin/easy-basic-authentication/reviews/?filter=2)
 *  [  0 1 – recenzii (stele)     ](https://wordpress.org/support/plugin/easy-basic-authentication/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/easy-basic-authentication/reviews/#new-post)

[Vezi toate recenziile](https://wordpress.org/support/plugin/easy-basic-authentication/reviews/)

## Contributori

 *   [ Matteo Enna ](https://profiles.wordpress.org/matteoenna/)
 *   [ ashkanahmadi ](https://profiles.wordpress.org/ashkanahmadi/)

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/easy-basic-authentication/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](https://www.paypal.me/matteoedev/2.55)