이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

IP Dependent Cookies

설명

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.

설치

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. 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.

후기

모든 1 평가 읽기

기여자 & 개발자

“IP Dependent Cookies”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “IP Dependent Cookies”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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