Template:Portal flex/End and Reference:CreateUserPage: Difference between pages

(Difference between pages)
m (1 revision imported)
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
<includeonly>{{#ifeq:{{{emptybox}}}|1|<div  class="emptybox"></div>|{{#ifeq:{{{emptybox}}}|2|<div class="emptybox"></div><div class="emptybox"></div>|}}|}}</div></includeonly>
{{BSExtensionInfobox
|desc=Create user page for a user if it does not exist when the user logs in
|status=stable
|developer=Cindy Cicalese
|type=MediaWiki
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|compatible=MediaWiki
|category=Administration
|license=MIT
|docu=https://www.mediawiki.org/wiki/Extension:Create_User_Page
|features=<span style="color: rgb(32, 33, 34)">The</span> '''Create User Page''' <span style="color: rgb(32, 33, 34)">extension checks whether the user has a user page and, if not, creates it with the content as specified in</span> <code>$wgCreateUserPage_PageContent</code><span style="color: rgb(32, 33, 34)">. The check is done when the user logs in if</span> <code>$wgCreateUserPage_OnLogin</code> <span style="color: rgb(32, 33, 34)">is set to</span> <code><span class="k" style="color: rgb(0, 128, 0)">true</span></code> <span style="color: rgb(32, 33, 34)">(the default), otherwise the check is done on every page load. The user account to be used for user page creation can be set with</span> <code>$wgCreateUserPage_AutoCreateUser</code> <span style="color: rgb(32, 33, 34)">which is by default the user itself for whom the page is being created.</span>
}}
{{wcagCheck
|wcagStatus=2-testing complete
|wcagCheckedfor=Web
|wcagTestdate=2022-08-09
|extensionType=backend
}}

Latest revision as of 17:05, 9 August 2022

Extension: CreateUserPage

all extensions

Overview
Description: Create user page for a user if it does not exist when the user logs in
State: stable Dependency: MediaWiki
Developer: Cindy Cicalese License: MIT
Type: MediaWiki Category: Administration
Edition: BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+
For more info, visit Mediawiki.

Features

The Create User Page extension checks whether the user has a user page and, if not, creates it with the content as specified in $wgCreateUserPage_PageContent. The check is done when the user logs in if $wgCreateUserPage_OnLogin is set to true (the default), otherwise the check is done on every page load. The user account to be used for user page creation can be set with $wgCreateUserPage_AutoCreateUser which is by default the user itself for whom the page is being created.

Accessibility

Test status: 2-testing complete
Last test date: 2022-08-09


Extension type: backend

Discussions