Difference: UserSubwebs (2 vs. 3)

Revision 32017-01-23 - TWikiContributor

Line: 1 to 1
 

User Subwebs

TWiki provides each user with their own topic having their information and configuration. You may want to provide each user with a subweb Main/FirstLast having a topic having the user's information and configuration.
Line: 46 to 46
  You can specify the topic name containing user preferences by $TWiki::cfg{UserSubwebs}{UserPrefsTopicName}, which is WebHome by default.
Changed:
<
<

Customize web creation permission

If all of the following are true, you need to have an appropriate canCreateWeb object method in the user mapping manager class.
>
>

Customize web creation/deletion/rename permission

If all of the following are true, you need to have an appropriate canCreateWeb($cUID, $web) object method in the user mapping manager class.
 
  • Your TWiki doesn't have user registration
  • You lock down the Main web for tidyness
  • You want to have users create their subwebs on their own
Added:
>
>
At the same time, you should have an appropriate canRenameWeb($cUID, $oldWeb, $newWeb) object method in the user mapping manager class to have users delete/rename their subwebs on their own.
 Related Topics: AdminDocumentationCategory, SubwebAndTopicNames, AllowWebCreateByUserMappingManager, LargeSite
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.UserSubwebs.