Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

IP Dependent Cookies

Beschrijving

Each time you login to your blog WordPress creates a session cookie which is used to authenticate you.
By default if someone somehow gets your cookies he (or she) is able to use them to compromise your blog
(even without having to know your password!). To prevent this you may want to make your auth cookies
ip-dependent so that they could be valid only for that ip which you used during login.

Use this plugin only if you have a static IP or dynamic which doesn’t change too often. Otherwise, you’ll
have to enter your login and password each time your IP changes.

Installatie

To install the plugin follow these steps:

  1. Download the ip-dependent-cookies.zip file to your local machine.
  2. Unzip the file
  3. Upload “ip-dependent-cookies” folder to the “/wp-content/plugins/” directory
  4. Activate the plugin through the ‘Plugins’ menu in WordPress
  5. Go to plugin settings and enable the plugin.
  6. You will be prompted to log in again. Do so. This is necessary to set the new cookie.

Beoordelingen

Lees 1 beoordeling

Bijdragers & ontwikkelaars

“IP Dependent Cookies” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “IP Dependent Cookies” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.2.1

  • Still works with the most recent version of WordPress

1.2

  • Changed: code refactoring
  • Added: plugin made translatable

1.1

  • Added: quick link to settings from the plugins list
  • Added: nag when a plugin is not enabled

1.0

  • First public release