Extension:ULogin/ru
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintained |
|
---|---|
![]() |
|
Implementation | User activity , User identity , User interface |
Description | Предоставляет возможность авторизации через социальные сети. |
Author(s) | uLogin |
Latest version | 1.2 (2018-01-07) |
MediaWiki | 1.6 - 1.26[1], 1.27-1.30[2] |
Database changes | No |
License | GNU General Public License 3.0 only |
Download | GitHub: Note: |
Example | wiki.rock63.ru |
$wgULoginProviders, $wgULoginHidden, $wgULoginDisplay, $wgULoginSort, $wgULoginTheme |
|
uLogin — это инструмент, который позволяет пользователям получить единый доступ к различным Интернет-сервисам без необходимости повторной регистрации, а владельцам сайтов — получить дополнительный приток клиентов из социальных сетей и популярных порталов (Google, Яндекс, Mail.ru, ВКонтакте, Facebook и др.)
УстановкаEdit
- Скачайте and place the file(s) in a directory called
ULogin
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'ULogin' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
To users running MediaWiki 1.24 or earlier:
The instructions above describe the new way of installing this extension using wfLoadExtension()
.
If you need to install this extension on these earlier versions (MediaWiki 1.24 and earlier), instead of wfLoadExtension( 'ULogin' );
, you need to use:
require_once "$IP/extensions/ULogin/ULogin.php";
Privacy concernsEdit
If you install this extension, visitors which will login into the MediaWiki installation using this facility, will give the rights to look at their (e.g.) Facebook profiles to ulogin.ru, not to the MediaWiki installation. Beside that, the browser of the MediaWiki user will download and execute some javascript code from ulogin.ru. Moreover, the extension does not work if ulogin.ru service is down or unavailable.
НастройкиEdit
- $wgUloginProviders
- Сервисы авторизации выводимые в виджете сразу.
- $wgUloginHidden
- Сервисы авторизации выводимые при наведении.
- $wgUloginDisplay
- Тип виджета: 'small' или 'panel'.
- $wgULoginSort
- Тип сортировки сервисов: 'relevant' или 'default'.
- $wgULoginTheme
- Тема иконок 'classic' или 'flat'.