Authentication on znanium.ru

Blocks ::: block_znanium_com
Maintained by Vadim Dvorovenko
This block is intended for use with russian electronic library Znanium (paid subscription or demo subscription required)
Latest release:
90 sites
20 downloads
1 fans
Current versions available: 1

This block is intended for use with russian electronic library znanium.ru (znanium.com).

By using link in block user can access library site without need of account register. Block gathers monthly visits statistics. Block can be installed on front page or on course page. Block header and link text is customizeble.


Блок предназначен для автоматической аутентификации пользователей moodle на сайте znanium.ru (znanium.com). Данные для авторизации (домен и секретный ключ) зарегистрированные пользователи ЭБС могут получить, написав по адресу ebs_support@znanium.com

В блоке отображается ссылка, переходя по которой пользователь оказывается в системе уже зарегистрированным. Собирается статистика по количеству посещений ЭБС за месяц. Блок может быть установлен на главной странице или на странице курса. Заголовок блока и текст ссылки может быть изменен.


Также для интеграцией с ЭБС Znanium предназначены следующие плагины:

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

Vadim Dvorovenko (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Plugins bot
    Tue, 10 Nov 2015, 10:14 PM
    Prechecker results: 78 errors/13 warnings
    http://integration.moodle.org/job/Precheck%20remote%20branch/18269/artifact/work/smurf.html

    Please consider adding a full description of the plugin. You can describe the plugin's features, purpose and typical usage scenarios there, for example.

    Bug tracker is not specified for your plugin. Providing a place for users of your plugin to report issues encourages participation and provides a way for users to report bugs, make feature requests, or suggest other types of improvements.

    Please consider adding a screenshot of your plugin to help folks get an idea of what it looks like when installed.
  • David Mudrák
    Thu, 26 Nov 2015, 11:40 PM

    Thanks Vadim for sharing this plugin with the community. I did not spot any issues that would block its approval now. You are cleared to land, welcome to the Plugins directory!

  • Pak Vitaliy
    Thu, 16 Apr 2020, 10:37 PM
    нужно подправить redirect.php

    $secret_key = get_config('block_znanium_com', 'secretkey');
    $domain = get_config('block_znanium_com', 'domain');

    $gmt = gmdate("YmdHis", time());
    $username = $USER->username;
    $token = md5($domain . $username . $gmt . $secret_key);

    $params = array(
    'domain' => $domain,
    'username' => $USER->username,
    'gmt' => $gmt,
    'token' => $token,
    'email' => $USER->email,
    'lname' => $USER->lastname,
    'fname' => $USER->firstname,
    'group' => 'portal'
    );
Please login to post comments