Extension:ULogin
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
uLogin Release status: unmaintained |
|
---|---|
![]() |
|
Implementation | User activity , User identity , User interface |
Description | Provides login via social services. |
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 |
|
The uLogin extension provide login via social services: Facebook, VK, MySpace, etc.
Installation[edit]
- Download 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 concerns[edit]
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.
Configuration parameters[edit]
$wgULoginProviders: Social services which displayed. $wgULoginHidden: Social services which displayed in spoiler. $wgULoginDisplay: Type of display 'small' or 'panel'. $wgULoginSort: Type of sort 'relevant' or 'default'. $wgULoginTheme: Icon theme 'classic' or 'flat'.
References[edit]
External links[edit]
- Unmaintained extensions
- User activity extensions
- User identity extensions
- User interface extensions
- GPL licensed extensions
- Extensions in GitHub version control
- UserLoadFromSession extensions
- UserLoginForm extensions
- All extensions
- Login extensions
- Facebook extensions
- Flickr extensions
- Google extensions
- Twitter extensions
- Vk extensions
- Yandex extensions