Title: Login Restrict
Author: skydev
Published: <strong>27 جولای 2019</strong>
Last modified: 27 جولای 2019

---

جستجوی افزونه‌ها

![](https://ps.w.org/login-restrict/assets/banner-772x250.jpg?rev=2129412)

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://ps.w.org/login-restrict/assets/icon.svg?rev=2129401)

# Login Restrict

 توسط [skydev](https://profiles.wordpress.org/skydev/)

[دانلود](https://downloads.wordpress.org/plugin/login-restrict.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/login-restrict/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/login-restrict/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/login-restrict/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/login-restrict/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/login-restrict/)

## توضیحات

By default WordPress allows unlimited login attempts through the login page but 
this will lock account after number of login attempts

Features

 * Limit the number of login attempts
 * Informs user about remaining attempts or block time on login page
 * Optional logging, optional email notification
 * Handles server behind reverse proxy
 * It is possible to whitelist IPs using a filter.

Plugin uses standard actions and filters only.

## عکس‌های صفحه

[⌊screenshot-1.png⌉⌊screenshot-1.png⌉[

screenshot-1.png

[⌊screenshot-2.png⌉⌊screenshot-2.png⌉[

screenshot-2.png

[⌊screenshot-3.png⌉⌊screenshot-3.png⌉[

screenshot-3.png

## نصب

 1. Download and extract plugin files to a wp-content/plugin directory.
 2. Activate the plugin through the WordPress admin interface.
 3. Customize the settings on the options page, if desired. If your server is located
    behind a reverse proxy make sure to change this setting.

## سوالات متداول

  Why not reset failed attempts on a successful login?

This is very much by design. Otherwise you could brute force the “admin” password
by logging in as your own user every 4th attempt.

  What is this option about site connection and reverse proxy?

A reverse proxy is a server in between the site and the Internet (perhaps handling
caching or load-balancing). This makes getting the correct client IP to block slightly
more complicated.

The option default to NOT being behind a proxy — which should be by far the common
case.

  How do I know if my site is behind a reverse proxy?

You probably are not or you would know. We show a pretty good guess on the option
page. Set the option using this unless you are sure you know better.

  Can I whitelist my IP so I don’t get block?

First please consider if you really need this. Generally speaking it is not a good
idea to have exceptions to your security policies.

That said, there is now a filter which allows you to do it: “login_lmt_whitelist_ip”.

Example:
 function my_ip_whitelist($allow, $ip) { return ($ip == ‘my-ip’) ? true:
$allow; } add_filter(‘login_lmt_whitelist_ip’, ‘my_ip_whitelist’, 10, 2);

Note that we still do notification and logging as usual. This is meant to allow 
you to be aware of any suspicious activity from whitelisted IPs.

  I locked myself out testing this thing, what do I do?

Either wait, or:

If you know how to edit / add to PHP files you can use the IP whitelist functionality
described above. You should then use the “Restore Lockouts” button on the plugin
settings page and remove the whitelist function again.

If you have ftp / ssh access to the site rename the file “wp-content/plugins/login-
limit/login-limit.php” to deactivate the plugin.

If you have access to the database (for example through phpMyAdmin) you can clear
the login_lmt_blocks option in the wordpress options table. In a default setup this
would work: “UPDATE wp_options SET option_value = ” WHERE option_name = ‘login_lmt_blocks’”

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Login Restrict” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Skynet Technologies USA LLC ](https://profiles.wordpress.org/skydev/)
 *   [ wordpress.org ](https://profiles.wordpress.org/wordpressorg-1/)

[ترجمه “Login Restrict” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/login-restrict)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/login-restrict/)، [مخزن SVN](https://plugins.svn.wordpress.org/login-restrict/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/login-restrict/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/login-restrict/) مشترک شوید.

## گزارش تغییرات

#### 1.0

 * Initial version

## اطلاعات

 *  نگارش **1.0**
 *  آخرین به‌روزرسانی **7 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 3.0.1 یا بالاتر **
 *  آزمایش‌شده تا **5.2.28**
 *  نگارش PHP ** 5.6 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/login-restrict/)
 * برچسب
 * [authentication](https://fa.wordpress.org/plugins/tags/authentication/)[login](https://fa.wordpress.org/plugins/tags/login/)
   [security](https://fa.wordpress.org/plugins/tags/security/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/login-restrict/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/login-restrict/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/login-restrict/reviews/)

## مشارکت کنندگان

 *   [ Skynet Technologies USA LLC ](https://profiles.wordpress.org/skydev/)
 *   [ wordpress.org ](https://profiles.wordpress.org/wordpressorg-1/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/login-restrict/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://skynetindia.info)