m (Text replacement - "BlueSpice Cloud" to "BlueSpice cloud") |
m (Text replacement - "BlueSpice Farm" to "BlueSpice farm") |
||
| Line 4: | Line 4: | ||
|developer=Cindy Cicalese | |developer=Cindy Cicalese | ||
|type=MediaWiki | |type=MediaWiki | ||
|edition=BlueSpice pro, BlueSpice | |edition=BlueSpice pro, BlueSpice farm, BlueSpice cloud | ||
|compatible=MediaWiki | |compatible=MediaWiki | ||
|category=Administration | |category=Administration | ||
Latest revision as of 10:50, 7 June 2024
For our customers with BlueSpice version 5: Please switch to the BlueSpice 5 helpdesk.
Extension: CreateUserPage
| 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.