• 워드프레스 소개
    • 워드프레스 소개
    • WordPress.org
    • 문서
    • 지원
    • 의견
  • 로그인
  • 등록하기
내용으로 바로가기

WordPress.org

한국어

  • 홈
  • 포럼
  • 버디프레스
  • 블로그
  • 플러그인
  • 테마
  • 한국어 지원
  • #Slack
  • About Us: Our Mission
  • 워드프레스 얻기

플러그인

  • 나의 즐겨찾기
  • 베타 시험
  • 개발자

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

다운로드

Rename wp-login.php

작성자: Ella van Durpe
  • 세부사항
  • 평가
  • 설치
  • 지원
  • 개발

설명

I don’t offer support through the support forum. Use GitHub instead.

Rename wp-login.php is a very light plugin that lets you easily and safely change wp-login.php to anything you want. It doesn’t literally rename or change files in core, nor does it add rewrite rules. It simply intercepts page requests and works on any WordPress website. The wp-admin directory and wp-login.php page become inaccessible, so you should bookmark or remember the url. Deactivating this plugin brings your site back exactly to the state it was before.

Compatibility

All login related things such as the registration form, lost password form, login widget and expired sessions just keep working.

It’s also compatible with any plugin that hooks in the login form, including

  • BuddyPress,
  • bbPress,
  • Limit Login Attempts,
  • and User Switching.

Obviously it doesn’t work with plugins that hardcoded wp-login.php.

Works with multisite, but not tested with subdomains. Activating it for a network allows you to set a networkwide default. Individual sites can still rename their login page to something else.

If you’re using a page caching plugin you should add the slug of the new login url to the list of pages not to cache.

If you wish, you can block wp-login.php with .htaccess from now on.

설치

  1. Go to Plugins › Add New.
  2. Search for Rename wp-login.php.
  3. Look for this plugin, download and activate it.
  4. The page will redirect you to the settings. Rename wp-login.php there.
  5. You can change this option any time you want, just go back to Settings › Permalinks › Rename wp-login.php.

FAQ

I forgot my login url!

Either go to your MySQL database and look for the value of rwl_page in the options table, or remove the rename-wp-login folder from your plugins folder, log in through wp-login.php and reinstall the plugin.

On a multisite install the rwl_page option will be in the sitemeta table, if there is no such option in the options table.

후기

Excellent!

TAKURO 2020년 7월 22일
It is easy to install and set up, and it is useful.

Great and FAST

Mentik Yusmantara 2020년 5월 23일
Work 100%, Easy to use and very very very fast

WordPress should have this as part of its core

mrkenobi 2019년 8월 21일
Great plugin. The best in what it does.

Prevents brute force attacks

ryanburnett 2019년 7월 3일
Prevents brute force attacks. Thank you!

Does the work

dieguraa 2019년 3월 21일
Very light plugin which does the job and which doesn't need to be updated very often as it is a simple functionality

Still perfect.

Stonehenge Creations 2019년 1월 11일
I have been using this plugin for over 5 years now. Even though it has not been updated in over 3 years, it still works like a charm. Using it on a MultiSite installation with subdomains and domain mapping. Never had any problems, warnings or errors whatsoever. 😀
모든 152 평가 읽기

기여자 & 개발자

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

기여자
  • Maxime Jobin
  • Ella van Durpe

“Rename wp-login.php”(이)가 19(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Rename wp-login.php”(을)를 번역하세요.

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

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

변경이력

2.5.5

  • Add missing load_plugin_textdomain.

2.5.4

  • Added i18n support.

2.5

  • Use wp-login.php instead of copying the file.
  • Don’t add notices for W3 Total Cache and WP Super Cache.

2.4

  • WordPress 4.0 compatible.

2.3

  • WordPress 3.9 compatible.
  • Fix issue where the slug reverts to default when saving the permalink structure.

2.2.4

  • Fixed SSL issues.
  • Set REQUEST_URI back.
  • Check if wp-login.php functions exist to avoid future fatal errors.

2.2.3

  • Fixed URL filters.

2.2

  • Fixed issue where requests redirect to the new login page.
  • Trailing slash based on the permalink structure.

2.1

  • Works now with non-pretty permalinks!
  • Gives a message when using W3 Total Cache or WP Super Cache to update options.

2.0.1

  • Prevents pretty redirects such as /login and /admin.
  • Simplifies some code.
  • Forces login page with trailing slash.
  • Replaces a wp_redirect with wp_safe_redirect.
  • Shows error message in the network admin if permalinks are not enabled for the main site.

2.0

  • This plugin can now be activated for a network and a networkwide default can be set.
  • The plugin now hooks in after init to make sure any customisations to the login form are hooked in before it.
  • Links should now be fixed when SSL is enabled.

1.9

  • wp-admin will now have a wp_die() message instead of a 404 template because this caused problems.
  • Minimum version is now 3.8.
  • Added updates from wp-login.php in 3.8.

1.8

  • OOP PHP.
  • Requires WordPress 3.7 or higher.
  • MultiViews compatible.

1.7

  • Made compatible with WordPress 3.7.

1.6

  • Fixed the login link when site_url() ≠ home_url().
  • Added a mirror on GitHub.

1.5

  • Made User Switching compatible.

1.4

  • Faster page load.
  • Fixed 404 error for permalink structures with a prefixed path. “Almost pretty” permalinks work now too.
  • Code clean-up.

1.3

  • Prevents the plugin from working when there is no permalink structure.

1.2

  • Fixed status code custom login page.

1.1

  • Blocked access to wp-admin to prevent a redirect the the new login page.

1.0

  • Initial version.

기초

  • 버전: 2.6.0
  • 최근 업데이트: 2년 전
  • 활성 설치: 100,000+
  • 워드프레스 버전: 5.2 또는 그 이상
  • 다음까지 시험됨: 5.2.9
  • 언어:

    Albanian, Arabic, Chinese (China), Chinese (Taiwan), Czech, Dutch, English (UK), English (US), French (Canada), French (France), Galician, German, Greek, Italian, Japanese, Polish, Portuguese (Portugal), Russian, Spanish (Spain), 그리고 Spanish (Venezuela).

    자국어로 번역하기

  • 태그:
    custom login urlloginrenamewp loginwp-login.php
  • 고급 보기

평점

모두 보기
  • 5개의 별 138
  • 4개의 별 3
  • 3개의 별 2
  • 2개의 별 3
  • 1개의 별 6
평가를 제출하기 위해 로그인합니다.

기여자

  • Maxime Jobin
  • Ella van Durpe

지원

지난 2개월 동안 해결된 문제:

1 중 0

지원 포럼 보기

  • About
  • 블로그
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Learn
  • 쇼케이스
  • 플러그인
  • 테마
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
  • @WordPress
  • WordPress

코드는 詩다