MediaWiki/Extension/ConfirmAccount: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
  require_once "$IP/extensions/ConfirmAccount/ConfirmAccount.php";
  require_once "$IP/extensions/ConfirmAccount/ConfirmAccount.php";


; Aktualisierungsskript  
; Aktualisierungsskript ausführen
* welches automatisch die notwendigen Datenbanktabellen erstellt, die diese Erweiterung braucht.
$
* Ensure the wiki has write permissions on $wgUploadDirectory, or manually set <code>$wgFileStore['accountreqs']</code> and <code>$wgFileStore['accountcreds']</code>to a writable directory of your choice.
Erstellung der notwendigen Datenbanktabellen
* Auf [[Special:Version]] prüfen, dass die Erweiterung erfolgreich installiert ist.
 
; Konfiguration
Ensure the wiki has write permissions on $wgUploadDirectory, or manually set <code>$wgFileStore['accountreqs']</code> and <code>$wgFileStore['accountcreds']</code>to a writable directory of your choice.
 
Auf [[Special:Version]] prüfen, dass die Erweiterung erfolgreich installiert ist.


[[Kategorie:Wiki:Extension]]
[[Kategorie:Wiki:Extension]]

Version vom 13. April 2022, 18:18 Uhr

ConfirmAccount deaktiviert direkte Benutzerkontenerstellung und erfordert die Bestätigung neuer Konten durch Administratoren

Installation

  • Erweiterung herunterladen
  • Archive nach extensions/ConfirmAccount entpacken
  • Füge folgenden Code am Ende deiner LocalSettings.php hinzu:
require_once "$IP/extensions/ConfirmAccount/ConfirmAccount.php";
Aktualisierungsskript ausführen
$

Erstellung der notwendigen Datenbanktabellen

Konfiguration

Ensure the wiki has write permissions on $wgUploadDirectory, or manually set $wgFileStore['accountreqs'] and $wgFileStore['accountcreds']to a writable directory of your choice.

Auf Special:Version prüfen, dass die Erweiterung erfolgreich installiert ist.