Title: Basic Front-End Login
Author: Mitchell Bennis
Published: <strong>16 Οκτωβρίου  2020</strong>
Last modified: 25 Δεκεμβρίου  2025

---

Αναζήτηση πρόσθετων

![](https://ps.w.org/basic-front-end-login/assets/icon-256x256.png?rev=3173916)

# Basic Front-End Login

 Από [Mitchell Bennis](https://profiles.wordpress.org/eemitch/)

[Λήψη](https://downloads.wordpress.org/plugin/basic-front-end-login.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/basic-front-end-login/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/basic-front-end-login/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/basic-front-end-login/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/basic-front-end-login/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/basic-front-end-login/)

## Περιγραφή

Adds a basic front-end login for to any page, post or widget and redirects to the
page you choose. It also can block access to the back-end and disable the Admin 
Bar. This plugin is for when you want your users to be logged-in, but do not want
them to have access to the WordPress Dashboard.

To display the login form, place this shortcode on any page, post, or widget: _[
eeBFEL]_

After the user has logged in, they will be redirected to your home page or the URL
you define in the plugin settings. You can also optionaly display a logout button
at the bottom-right of each page.

### Redirect After Login

To define destinations in additional login forms, use the “redirect” attribute to
over-ride the default. There is no limit to the number of forms you can use.

_[eeBFEL redirect=”https://website.com/your-files-page/”]_

### Deny Dashboard Access

In the plugin settings you can optionally select roles that you want to deny back-
end access to. All built-in and custom roles, except Administrator, can be blocked.
The Admin Bar will not appear and direct back-end access attempts will simply redirect
to your home page. This restriction will be site-wide and is unrelated to the use
of the shortcode.

Even if you don’t need a login form, this can add an extra measure of security to
your website by denying back-end access to all roles except Administrators.

### NEW – Show a Logout Button

Optionally show a small logout button on the bottom-right of each page if the user
is logged in. Logging out returns the user to the home page.

## Στιγμιότυπα

 * [[
 * Basic Login Form
 * [[
 * Plugin Settings

## Εγκατάσταση

Just like most other WordPress plugins…

 1. To install, simply use the amazing WordPress plugin installer, or upload the plugin
    zip file to your WordPress website, and activate it.
 2. A new main menu item will appear: **Settings > Login Form** Click on this.
 3. Configure the redirect URL and check the roles you wish to deny back-end access.
 4. To add the login form to your website, simply add this shortcode:
     **_[eeBFEL redirect
    =”https://website.com/your-files-page/”]_**

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

### What is this plugin for?

I wrote this plugin because I needed a front-end login form, but didn’t want the
users to have any access to the back-end.

### Can’t the users just type in the dashboard address to reach it?

No. Any user with the chosen roles will be prevented from viewing the WordPress 
Dashboard.

### How do users log out?

If users return to the login page, a “Log Out” link will appear. You can also add
a Log Out link on your page like this…

    ```
    <a href="https://your-website.com/wp-login.php?action=logout">Log Out</a>
    ```

## Κριτικές

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

### 󠀁[Absolutely Fake](https://wordpress.org/support/topic/absolutely-fake/)󠁿

 [mrk197702](https://profiles.wordpress.org/mrk197702/) 27 Σεπτεμβρίου 2022

Doesn’t work for all!!! :)))))))))))))

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

### 󠀁[Worked like a charm](https://wordpress.org/support/topic/worked-like-a-charm-229/)󠁿

 [kimruddock](https://profiles.wordpress.org/kimruddock/) 18 Ιουλίου 2022

Super simple to use, super lightweight, does the job perfectly!

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

### 󠀁[Minimalistic, simple – love it !](https://wordpress.org/support/topic/minimalistic-simple-love-it/)󠁿

 [mschloeg](https://profiles.wordpress.org/mschloeg/) 3 Φεβρουαρίου 2022

This man is the MVP. Plugin does exactly what is says. Nothing more nothing less.
Exactly what I was looking for. Thank You!

 [ Ανάγνωση όλων των 3 κριτικών ](https://wordpress.org/support/plugin/basic-front-end-login/reviews/)

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

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

Συντελεστές

 *   [ Mitchell Bennis ](https://profiles.wordpress.org/eemitch/)

[Μεταφράστε το “Basic Front-End Login” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/basic-front-end-login)

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

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/basic-front-end-login/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/basic-front-end-login/)
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/basic-front-end-login/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/basic-front-end-login/?limit=100&mode=stop_on_copy&format=rss).

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

#### 1.3.1

 * Added global logout button option
 * Admin UI improvements
 * Improved file structure and many code improvements
 * Accessability and security Improvements
 * Updated translations

#### 1.2.1

 * Added Copy-to-Clipboard function for the shortcode string
 * Added Check All / Uncheck All to the Restriction options
 * Updated security
 * Updated code base
 * Renamed back to Basic Front-End Login

#### 1.1.4

 * Renamed the Plugin from Basic Front-End Login to Simple Front-End Login

#### 1.1.3

 * Moved the menu item into the Users menu
 * Completed translations

#### 1.1.1

 * Initial Public Release

#### 1.0.2

 * Expanded for public distribution.

#### 1.0.1

 * Basic build for Simple File List, File Access Manager demo login.

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

 *  Version **2.1**
 *  Τελευταία ενημέρωση: **πριν από 5 μήνες**
 *  Ενεργές εγκαταστάσεις: **300+**
 *  Έκδοση WordPress: ** 5.0 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **6.9.4**
 *  Έκδοση PHP: ** 7.4 ή νεότερη **
 *  Language
 * [English (US)](https://wordpress.org/plugins/basic-front-end-login/)
 * Ετικέτες:
 * [login form](https://el.wordpress.org/plugins/tags/login-form/)[login redirect](https://el.wordpress.org/plugins/tags/login-redirect/)
   [user login](https://el.wordpress.org/plugins/tags/user-login/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/basic-front-end-login/advanced/)

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

 3.7 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/basic-front-end-login/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/basic-front-end-login/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/basic-front-end-login/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/basic-front-end-login/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/basic-front-end-login/reviews/?filter=1)

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

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/basic-front-end-login/reviews/)

## Συντελεστές

 *   [ Mitchell Bennis ](https://profiles.wordpress.org/eemitch/)

## Υποστήριξη

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

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/basic-front-end-login/)

## Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

 [ Κάντε δωρεά σε αυτό το πρόσθετο ](https://elementengage.com/shop/plugin-donation/)