콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

Autologin Links

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

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

Autologin Links

작성자: WPAutoLogin
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

This plugin allows admininstators to generate autologin links for their
WordPress website, logging in visitors under a certain user name. Administrators
can edit (generate and delete) autologin links for users, users can only view
their autologin links. Note that This plugin bypasses the standard
authentication method of wordpress via login and password and should only be
used if you understand the security issues mentioned below and on the
plugin website.

Usage

Once this plugin is activated, administrators can generate autologin links on
the edit profile administration pages for different users. Users can view their
autlogin links on their profile pages. Autologin links are of the form:

http://yourwebsite/[subdirectory/]?autologin_code=ABC123

For more convenience it is possible since version 1.05 to generate login links
directly using the wordpress, site-preview functionality. When viewing the page
while being logged in as an administrator, the top-bar will show an extra item
“Auto-login link”. When pointing at the menu item, a dropdown list will list
all users for whom autologin links were generated on their profile pages. When
clicking on one of the users, a popup will open showing the link that will
automatically login a visitor as the selected user and bring him to the
current page.

Security issues

Since autologin links are meant to be an OPEN way to login to
your website and can be viewed by users on their profile, it might be considered
an INSECURE plugin for WordPress. I did my best to make it as secure as possible
to fit my own needs, but this lead to some design choices which might not sit
well with all administrators:

Autologin codes are saved as plain text. This means that anyone who can
execute queries on the WordPress database (plugins, administrators, system
administrators) can obtain the autologin code for a certain user. I planned an
extension of this plugin where login codes are hashed. However, this again has
the disadvantage that noone can redisplay a once generated login link.

This is the most severe problem. For a full self-assesment of possible security
issues regarding this problem, please visit the
plugin website.

스크린샷

The profile element, allowing administrators to create autologin links for
users on their profile page. Codes are generated automatically for sercurity
reasons.
The profile element, allowing administrators to create autologin links for users on their profile page. Codes are generated automatically for sercurity reasons.
The administrator UI allowing administrators to generate autologin links
that redirect visitors to specific pages of a website. The screenshot
shows the menu together with the popup window that allows copying of the
redirect link.
The administrator UI allowing administrators to generate autologin links that redirect visitors to specific pages of a website. The screenshot shows the menu together with the popup window that allows copying of the redirect link.

설치

  1. Download autologin.zip
  2. Extract the contents of autologin.zip into /wp-contents/plugins
  3. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.

FAQ

  • How to contribute?

I moved the development of the plugin
to GitHub. Please open
issues or pull requests over there!

후기

Nice.

con 2021년 11월 21일
Plugin authors that create free plugins love people complaining and giving a 1-star rating instead of creating a support thread. Fact.

?

ofihsdfoi 2021년 3월 3일
Cam here just to say the auto login link is gone and when I click auto login links I cannot find a link just a useless page. It would be smart to add an option to copy and paste the link.

Great and works!

onehare 2021년 1월 14일
I use it on a staging site when dealing with freelancers. It works every time and make it pain free. Thanks for taking the time out to dev this plugin. love you.

Great! just works!

palansher 2020년 9월 7일
Thank you, author!

One of a kind

Nickolay Petrov 2020년 6월 14일
There are no other similar solutions except this plugin.

works

alinoa 2020년 5월 20일
Great and works!
모든 15 평가 읽기

기여자 & 개발자

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

기여자
  • WPAutoLogin

자국어로 “Autologin Links”(을)를 번역하세요.

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

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

변경이력

1.12.0

  • Feature: Add admin menu under Settings -> Autlogin Links that allows to:
  • Feature: Disable the “generate autologin-link” adminbar menu for good.
  • Feature: Set the details of the new loging-lockout feature.
  • Feature: (Security) Add limited number of login retries from a single remote
    address. Remote IP addresses are blacklisted for certain amount of time after
    too many login failures. Can be disabled from the new menu.
  • Fixed: Deleting autologin links was impossible after a recent wordpress update.

1.11.3

  • Fixed: When using the plugin on big websites, the plugin was obtaining a list of
    all users for the adminbar leading to OOM issues.
  • Update language files and add Makefile generator to automate building all
    translation files.

1.11.2

  • Add support for X_FORWARDED_PREFIX to allow serving wordpress installations
    using a proxy.
  • Merged PR: Add custom filter for generating example urls called
    ‘pkg_autologin_links_sample_url_prefix’. Thanks to https://github.com/mircobabini

1.11.1

  • Fix issue for double include of fuse_url_with_site_url

1.11.0

  • Add limit to the number of autologin-links shown in the admin
    menu (GitHub issue #11)
  • Add new constant PKG_AUTOLOGIN_VERSION allowing to check the
    autologin link version in-code
  • Fix: spaced getting stripped from extra query parameters when
    adding a autologin link.

1.10.1

  • Fixed readme
  • Added more testing platform to the intergation tests
  • Small fix for old PHP version 5.5
  • Add even more cache-prevention code
  • Add JavaScript linter to debug JavaScript related issues earlier
  • Fixed JavaScript bugs

1.10.0

  • Switched to Semver versioning scheme.
  • Fixed accidental global namespace pollution
  • Attempted fixing serving of seemingly cached websites when visting an autologin
    link by sending no-cache headers when visiting a autologin link website.
  • Autologin-links are now generated on the server via AJAX

1.09

  • Fixed vulnerability where autologin-links were verified with a case insensitive
    comparison.

1.08

  • Added integration test suite
  • Fix popup dialog for generating links with modern styles
  • Implemented concatenation fix “.” by Hannes Etzelstorfer
    • See: https://wordpress.org/support/topic/php-7-7-1-compatibility/
  • Reorganized svn branches to make development and deployment easier
  • Moved code development repository to GitHub:
    • https://github.com/MrApplejuice/wp-autologin-links

1.07

  • Fixed HTTP/HTTPS protocol redirection. Special thanks at user @quiquoqua for noting.
  • Updated website details.

1.06

  • Fixed long standing bug, not allowing one to update their profile page when
    an autologin link was set for the user.

1.05

  • New UI for administrators to generate autologin links for arbitrary pages
  • Added screenshots
  • Updated i10n files, however…
  • TODO: …i10n seems to be broken at the moment (.mo file is ignored)

1.04

  • Minor update of a line checking on invalid userid
  • Major review checking if the code still is working with the newest version of
    Wordpress which is should. I cannot find any vulnerabilities that are related
    to this plugin except for the ones mentioned in the module description.

1.03

  • Quick-fix was too quick, more inline directory strings changes were necessary

1.02

  • Fixed directory name to match conventions on wordpress.org

1.01

  • First published version

기초

  • 버전 1.12.0
  • 최근 업데이트: 5년 전
  • 활성화된 설치 8,000+
  • 워드프레스 버전 4.9.8 또는 그 이상
  • 다음까지 시험됨: 5.6.17
  • 언어
    English (US)
  • 태그:
    autoautomaticlinklinkslogin
  • 고급 보기

평점

별 5점 만점에 4.7점.
  • 14/5-별점 후기 별 5개 14
  • 0/4-별점 후기 별 4개 0
  • 0/3-별점 후기 별 3개 0
  • 0/2-별점 후기 별 2개 0
  • 1/1-별점 후기 별 1개 1

Your review

모든 리뷰 보기

기여자

  • WPAutoLogin

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • 미래를 위한 5가지
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.