Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
User SubwebsTWiki 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 permissionIf 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 permissionIf all of the following are true, you need to have an appropriatecanCreateWeb($cUID, $web) object method in the user mapping manager class. | |||||||
| ||||||||
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 |