Extension:NaylorAMS/ru

From mediawiki.org
This page is a translated version of the page Extension:NaylorAMS and the translation is 14% complete.
This extension requires the PluggableAuth extension to be installed first.
Справка по расширениям MediaWiki
NaylorAMS
Статус релиза: бета
Реализация Идентификация пользователя
Описание Allows authentication using Naylor Association Management Software (Timberlake)
Автор(ы) Jeffrey Wang for MyWikis LLC
Поддерживающий(ие) MyWikis LLC
Последняя версия 0.1.0 (2021-3-24)
Политика совместимости Master maintains backward compatibility.
MediaWiki 1.31+
PHP 7.0+
Изменения в БД Нет
Лицензия GNU General Public License 2.0
Скачать
README
Ежеквартальные загрузки 1 (Ranked 139th)
Переведите расширение NaylorAMS, если оно доступно на translatewiki.net

The Naylor AMS extension extends PluggableAuth to provide authentication for organizations using Naylor Association Management Software (codename Timberlake).

This extension will take the username, first and last name, and email address of a user from your organization's Naylor database and create a local MediaWiki account with the same username, email, and full name if one doesn't exist; otherwise, if a user with the same username exists, it logs them back into the local MediaWiki account.

Установка

This extension requires PluggableAuth 5.x to be installed first, as well and PHP's cURL extension.
  • Скачайте и распакуйте файл(ы) в папку с названием NaylorAMS в вашей папке extensions/.
    Вместо этого разработчикам и соавторам кода следует установить расширение из Git, используя:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NaylorAMS
  • Добавьте следующий код в конце вашего файла LocalSettings.php :
    wfLoadExtension( 'NaylorAMS' );
    
  • Yes Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.

Конфигурационные параметры

For more information about these terms, please refer to the Naylor AMS API documentation.

$wgNaylorAMS_BaseUrl
The base URL for your login system, provided by Naylor. Do not add a trailing slash at the end of the string. (required)
$wgNaylorAMS_SecurityKey
The security key provided by Naylor. (required)
$wgNaylorAMS_UsernameDenyList
An array of strings, with each string containing a local username. Used to prevent login via SSO to local-only accounts. Case sensitive; needs to follow MediaWiki username conventions.

By default, the log in button says Log in with Naylor AMS. To change the label, edit MediaWiki:Naylorams-loginbtn-text.

Отказ от ответственности

This extension is not maintained by Naylor, nor has it been sponsored by Naylor. It was written by and is maintained by MyWikis LLC for the purpose of serving its customers who use Naylor AMS.

In addition, the extension is currently not compatible with PluggableAuth 6.0 and above. Use the latest version of PluggableAuth 5.x in the meantime.

See also