Erweiterung:NaylorAMS
NaylorAMS Freigabestatus: stabil |
|
---|---|
Einbindung | Benutzeridentität |
Beschreibung | Allows authentication using Naylor Association Management Software (Timberlake) |
Autor(en) | Jeffrey Wang for MyWikis LLC |
Betreuer | MyWikis LLC |
Letzte Version | 0.2.0 (2024-08-10) |
Kompatibilitätspolitik | Der Master behält die Abwärtskompatibilität bei. |
MediaWiki | 1.39+ |
PHP | 7.4+ |
Datenbankänderungen | Nein |
Lizenz | GNU General Public License 2.0 |
Herunterladen | Download master snapshot Hinweis: README |
Quarterly downloads | 0 |
Übersetze die NaylorAMS-Erweiterung, wenn sie auf translatewiki.net verfügbar ist | |
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.
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
NaylorAMS
im Ordnerextensions/
ablegen.
Entwickler und Code-Beitragende sollten stattdessen die Erweiterung von Git installieren, mit:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NaylorAMS - Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
wfLoadExtension( 'NaylorAMS' );
- Erledigt – Navigiere zu Special:Version in deinem Wiki, um zu überprüfen, ob die Erweiterung erfolgreich installiert wurde.
Konfigurationsparameter
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.
Haftungsausschluss
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.
Siehe auch
Diese Erweiterung ist in den folgenden Softwarepaketen enthalten und/oder wird von den folgenden Wiki-Farmen, bzw. Wiki-Hostern verwendet: Dies ist keine maßgebliche Liste. Softwarepakete und/oder Wiki-Farmen, bzw. Wiki-Hoster nutzen diese Erweiterung ggf., obwohl sie nicht in dieser Liste enthalten sind. Prüfe daher stets die Nutzung im verwendeten Softwarepaket und/oder bei der Wiki-Farm, bzw. dem Wiki-Hoster. |