확장 기능:Renameuser
![]() 출시 상태: 안정 |
|
---|---|
![]() |
|
구현 | User identity , 특수 문서 , 훅 |
설명 | 사용자 계정 이름을 변경할 수 있는 특수 문서를 생성합니다 |
만든 이 | Ævar Arnfjörð Bjarmason토론 |
최신 버전 | 지속적인 업데이트 |
MediaWiki | 1.25+ |
PHP | 5.4+ |
데이터베이스 변경 | 아니오 |
라이선스 | GNU General Public License 2.0 or later |
다운로드 | README |
Quarterly downloads | 231 (Ranked 49th) |
Public wikis using | 2,792 (Ranked 182nd) |
Renameuser 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
이슈 | 미해결 작업 · 버그 보고 |
The Renameuser extension provides a special page which allows authorized users to rename user accounts. This will cause page histories, etc. to be updated. If you want to rename an account "into" another, already existing one, you need the User Merge and Delete extension.
설치
- 파일을 다운로드하고
Renameuser
폴더를extensions/
디렉토리에 넣어 주세요. - 아래의 코드를
LocalSettings.php
의 말미에 추가합니다:wfLoadExtension( 'Renameuser' );
- 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
사용법
- As a bureaucrat, access the
Special:RenameUser
page
- Enter the name of the user to be renamed, and the desired new name, toggle the options to move user/talk pages and their subpages and to create redirects as desired, and click OK
The user will be renamed, and (if the appropriate option was checked) the user page, user talk page and all their subpages will be moved as well.
move-subpages
' userright. The number of subpages moved is not limited by the $wgMaximumMovedPages
parameter. The extension will also move all css
, js
and move-protected pages.You can grant other groups the right to rename users, for example:
$wgGroupPermissions['sysop']['renameuser'] = true;
참고 사항
- In case CentralAuth is installed, you'll get a warning if you try to rename a local user from an account attached to a global account or to a username reserved by a global account; a check box to rename anyway will be provided (this requires caution).
You should probably use CentralAuth's built-in Special:GlobalRenameUser and Special:GlobalRenameRequest/Special:GlobalRenameQueue.
- You will not be able to rename users to invalid usernames (which doesn't equal usernames which match a blacklist but includes for instance reserved usernames ).
- Due to a bug, you can't rename the same account from where you're performing the rename (작업 T267477).
Use the command line maintenance script to do the rename, or use a different account to do the rename.
Technical note
This extension introduces and invokes the RenameUserComplete hook to notify other extensions of user renames.
Frequently asked question
There were so many userpages that it timed out partway through moving them from User:A/subpage... to User:B/subpage... What do I do now?
- You can't fix the situation by immediately trying again to rename User A to User B, because it will simply say "The user 'User A' does not exist." To fix the situation, rename User B back to User A, after unchecking the box "Move user and talk pages (and their subpages) to new name". Then rename User A to User B again, this time leaving the box "Move user and talk pages (and their subpages) to new name" checked. The page moving will resume where it left off.
이 확장 기능은 하나 이상의 위키미디어 프로젝트에서 사용 중입니다. 이것은 아마도 이 확장 기능이 안정적이고 트래픽이 많은 웹 사이트에서 사용할 수 있을 만큼 충분히 잘 작동한다는 것을 의미합니다. 설치된 위치를 확인하려면 위키미디어의 CommonSettings.php 및 InitialiseSettings.php 구성 파일에서 이 확장 기능의 이름을 찾습니다. 특정 위키에 설치된 확장 기능의 전체 목록은 위키의 Special:Version 문서에서 볼 수 있습니다. |
This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |