Tags:
AD0-E501 Adobe Advertising Sea
Alexander
Associate Protection Professio
C_HRHPC_2405 Exam Dumps: Ace Y
CDMP-RMD Exam Questions: Your
comptia cs0-003
exam
Exam
Exam Dumps By Dumpsway
exam questions
exams dumps dumps pdf
Frances Gould
hello world
How to Get Maximum Benefits fr
How to Prepare for the SAP C_S
Howtogetcomptia300examquestion
Khula Procedure in Pakistan:
Khula_Procedure
Microsoft SC-900 Exam Question
Microsoft Teams Administrator
Most up-to-date C_BW4H_2404 PD
Newly Issued MB-335 Exam Quest
PEGAPCLSA86V2 Exam Questions:
petssignal
PotterCook
questions
Sap Certification Dumps
SEO
seo
Testcollections Exam Questions
Trusted-PSP-PDF-Dumps-Question
validexamdumps
Veritas VCS-260 Dumps (2024) w
You Should Choose {ValidExamDu
tag this topic
create new tag
view all tags
---+!! Allowing Web Creation, Deletion, & Rename by the User Mapping Manager ---++ Motivation There are cases where DENYROOTCHANGE, ALLOWROOTCHANGE, DENYWEBCHANGE, and ALLOWWEBCHANGE are not capable enough to implement web creation/deletion/rename permission you want. Here are some of those situations. ---+++ Making top level web creation and deletion self-service Usually, to create and delete a top level web, you need to be allowed by ALLOWROOTCHANGE and DENYROOTCHANGE. On a large TWiki site, it's desirable to make top level web creation and deletion self-service. ---+++ Allowing users to create and delete their own UserSubwebs In a large orgnization having thousands or more users, the Main web needs to restrict topic creation to prevent random topics to accumulate. Instead, UserSubwebs are desirable for content accountability. This means that, on the Main web, users are not allowed to create topics but are allowed to create and delete the subweb of their wiki name. ---++ How it works When a new web is created, the =canCreateWeb($cUID, $web)= method of the user mapping manager is called if the method exists. If the method returns true, the web is created without checking DENYROOTCHANGE and ALLOWROOTCHANGE (for a top level web) or DENYWEBCHANGE and ALLOWWEBCHANGE (of the parent of a subweb). If the method does not exist or the method returns false, web creation is permitted as usual based on *ROOTCHANGE or *WEBCHANGE. The method would be written as follows. <verbatim> sub canCreateWeb { my( $this, $cUID, $web ) = @_; ... } </verbatim> Similarly, when a web is renamed, the =canRenameWeb($cUID, $oldWeb, $newWeb)= method of the user mapping manager is called if the method exist. If it returns true, permission check on the parent web is omitted. If the method does not exist or the method returns false, permission check on the parent web is conducted as usual. Then, permission check on the rename destination takes place. __Related Topics:__ AdminDocumentationCategory, TWikiAccessControl, LargeSite, UserSubwebs
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r2
<
r1
|
B
acklinks
|
V
iew topic
|
M
ore topic actions
Topic revision: r2 - 2017-01-23
-
TWikiContributor
Home
Site map
Sales web
TWiki web
TWiki Web
User registration
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
QuerySearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
InterWikis
ManagingUsers
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Account
Log In
Register User
E
dit
A
ttach
Copyright © 1999-2025 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.AllowWebCreateByUserMappingManager
.