Vorlagen
Hier Mitarbeit erwünscht.
Vorlage "Mitarbeit erwünscht"
Hier fehlt eine Quellenangabe.
Vorlage: Quellenangabe fehlt
Wiki Workshop 8.4.2016
Benutzer:Alvaro_Ortiz-Troncoso/Wiki_Workshop_8.4.2016
Inhaltsverzeichnis gesperrt
Account refactoring
- Create a user talk page with a welcome message for accepted users
- http://citizen-science-leitfaden.de/w/MediaWiki:Confirmaccount-welc
Settings
$wgConfirmAccountRequestFormItems = array( # form elements to show at Special:RequestAccount 'UserName' => array( 'enabled' => false ), # Let users make names other than their "real name" 'RealName' => array( 'enabled' => true ), # Real name of user 'Biography' => array( 'enabled' => true, 'minWords' => 0 ), # Biographical info 'AreasOfInterest' => array( 'enabled' => false ), # Interest checkboxes (defined in MediaWiki:requestaccount-areas) 'CV' => array( 'enabled' => false ), # CV/resume attachment option 'Notes' => array( 'enabled' => false ), # Additional non-public info for reviewer 'Links' => array( 'enabled' => false ), # Option to place CONFIDENTIAL web URLs 'TermsOfService' => array( 'enabled' => true ), # Terms of Service checkbox );
- Show notice for open requests to admins
- $wgConfirmAccountContact = 'confirm-biowikifarm@lists.fu-berlin.de';
This page was last modified on 12 April 2016, at 12:58. Content is available under CC-by unless otherwise noted.