Extension:NaylorAMS/pl

This extension depends on the PluggableAuth extension, which must be installed beforehand.
Category:PluggableAuth plugins/pl Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
NaylorAMS
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Tożsamość użytkownika Category:User identity extensions/pl
Opis Allows authentication using Naylor Association Management Software (Timberlake)
Autor(zy) Jeffrey Wang for MyWikis LLC
Opiekun(owie) MyWikis LLC
Ostatnia wersja 0.2.0 (2024-08-10)
Polityka zgodności Master utrzymuje kompatybilność wsteczną.
MediaWiki 1.39+Category:Extensions with manual MediaWiki version/pl
PHP 7.4+
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0
Pobieranie Category:Extensions in Wikimedia version control/plCategory:Extensions in GitHub version control/pl
README
Przetłumacz rozszerzenie NaylorAMS jeżeli jest dostępne na translatewiki.net
Category:All extensions/plCategory:Extensions not in ExtensionJson/pl

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.

Instalacja

This extension requires PluggableAuth 7.x or 8.x to be installed first, as well as PHP's cURL extension.
  • Pobierz i umieść plik(i) w katalogu o nazwie NaylorAMS w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NaylorAMS
    
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'NaylorAMS' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Parametry konfiguracyjne

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.

Disclaimer

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.

Zobacz też

Category:Extensions by MyWikis/pl Category:PluggableAuth plugins/pl
Category:All extensions/pl Category:Extensions by MyWikis/pl Category:Extensions in GitHub version control/pl Category:Extensions in Wikimedia version control/pl Category:Extensions not in ExtensionJson/pl Category:Extensions with manual MediaWiki version/pl Category:GPL licensed extensions/pl Category:PluggableAuth plugins/pl Category:Stable extensions/pl Category:User identity extensions/pl