Extension:LookupUser/ru
Appearance
Статус релиза: стабильно |
|
|---|---|
| Реализация | Служебная страница |
| Описание | Allows to retrieve information about a user such as email address and ID |
| Автор(ы) | Tim Starlingобсуждение |
| Последняя версия | 1.5.2 (2018-07-14) |
| MediaWiki | 1.46+ (phab:T416793) |
| Изменения в БД | Нет |
|
lookupuser |
|
| Licence | GNU General Public License 2.0 or later |
| Скачать | |
| Переведите расширение LookupUser, если оно доступно на translatewiki.net | |
| Проблемы | Открытые задачи · Сообщить об ошибке |
The LookupUser extension allows to retrieve information about a user such as email address, user ID and the user preferences, i.e. everything that the user has specified in their preferences.
This extension also displays the last time a user either made a login, or any edit, which it lists as the "User record last touched:" time and date element of its log. (This will be displayed as UTC even if you've set a custom time zone/the server's time zone is different.)
Установка
- Скачайте и распакуйте файл(ы) в папку с названием
LookupUserв вашей папкеextensions/.
Вместо этого разработчикам и соавторам кода следует установить расширение из Git, используя:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/LookupUser
- Добавьте следующий код в конце вашего файла LocalSettings.php:
wfLoadExtension( 'LookupUser' ); // Who can use Special:LookupUser? // Если вы хотите, чтобы её могли использовать администраторы: #$wgGroupPermissions['*']['lookupuser'] = false; #$wgGroupPermissions['sysop']['lookupuser'] = true; // Or, do you want a new user group for this. // (users with the 'userrights' right can add users to this group only bureaucrats by default) $wgGroupPermissions['*']['lookupuser'] = false; $wgGroupPermissions['lookupuser']['lookupuser'] = true;
Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.
Использование
The extension is accessed via the "Special:LookupUser" page.
| Это расширение включено в следующие вики-фермы/хостинги и/или пакеты: |
