Tags:
view all tags
---+ TWiki Access Control %VAR{"TWIKI_ACCESS_CONTROL_TOP" default="<nop>" ignorenull="on"}% _Restricting read and write access to topics and webs, by Users and groups_ TWiki Access Control allows you restrict access to single topics and entire webs, by individual user and by user Groups. Access control, combined with TWikiUserAuthentication, lets you easily create and manage an extremely flexible, fine-grained privilege system. __%T% Tip:__ TWiki:TWiki.TWikiAccessControlSupplement on TWiki.org has additional documentation on access control. %TOC% #ImportantConsideration ---++ An Important Control Consideration __Your organization will learn that, while fostering an open collaborative environment, soft security (peer review), together with version control (complete audit trail) will take care of any security concern you might have.__ Open, free-form editing is the essence of WikiCulture - what makes TWiki different and often more effective than other collaborative environments. For that reason, it is strongly recommended that decisions to restrict read or write access to a web or a topic are made with great care - the more restrictions, the less wiki in the mix. Experience shows that _unrestricted write access_ works very well because: * *Peer influence* is enough to ensure that only relevant content is posted. * *Peer editing* - the ability for anyone to rearrange all content on a page - keeps topics focused. * In TWiki, content is transparently preserved under *revision control*: * Edits can be undone by the administrator (per default a member of %USERSWEB%.TWikiAdminGroup; see [[#ManagingGroups]]). * Users are encouraged to edit and refactor (condense a long topic), since there's a safety net. As a *collaboration guideline*: * Create broad-based Groups (for more and varied input), and... * Avoid creating view-only Users (if you can read it, you should be able to contribute to it). ---++ Permissions settings of the webs on this TWiki site %IF{"{NoInAllPublicWebs}" then="There are too many webs and it would take too long to show permission settings of them all."}% %INCLUDE{"%IF{"{NoInAllPublicWebs}" else="SitePermissions"}%" warn="off"}% %IF{"{NoInAllPublicWebs}" else="__Note:__ Above table comes from SitePermissions"}% ---++ Authentication vs. Access Control *Authentication:* Identifies who a user is based on a login procedure. See TWikiUserAuthentication. *Access control:* Restrict access to content based on users and groups once a user is identified. #UsersAndGroups ---++ Users and Groups Access control is based on the familiar concept of Users and Groups. Users are defined by their WikiNames. They can then be organized in unlimited combinations by inclusion in one or more user Groups. For convenience, Groups can also be included in other Groups. #ManagingUsers ---+++ Managing Users A user can create an account in TWikiRegistration. The following actions are performed: * WikiName and encrypted password are recorded using the password manager if authentication is enabled. * A confirmation e-mail is sent to the user. * A user profile page with the WikiName of the user is created in the %USERSWEB% web. * The user is added to the %USERSWEB%.%WIKIUSERSTOPIC% topic. The default visitor name is %USERSWEB%.TWikiGuest. This is the non-authenticated user. #ManagingGroups ---+++ Managing Groups The following describes the standard TWiki support for groups. Your local TWiki may have an alternate group mapping manager installed. Check with your TWiki administrator if you are in doubt. Groups are defined by group topics located in the ==%USERSWEB%== web. To create a new group, visit %USERSWEB%.TWikiGroups and enter the name of the new group ending in ==Group== into the "new group" form field. This will create a new group topic with two important settings: * ==Set <nop>GROUP = < list of Users and/or Groups >== * ==Set <nop>ALLOWTOPICCHANGE = < list of Users and/or Groups >== The GROUP setting is a comma-separated list of users and/or other groups. Example: * ==Set GROUP = !SomeUser, !OtherUser, !SomeGroup== The ALLOWTOPICCHANGE setting defines who is allowed to change the group topic; it is a comma delimited list of users and groups. You typically want to restrict that to the members of the group itself, so it should contain the name of the topic. This prevents users not in the group from editing the topic to give themselves or others access. For example, for the !MarketingGroup topic write: * ==Set <nop>ALLOWTOPICCHANGE = !MarketingGroup== __%X% Note:__ TWiki has strict formatting rules. Make sure you have a real bullet. (In raw edit it is three or six spaces, an asterisk, and an extra space in front of any access control rule.) #SuperAdminGroup ---+++ The Super Admin Group A number of TWiki functions (for example, renaming webs) are only available to administrators. Administrators are simply users who belong to the *SuperAdminGroup*. This is a standard user group, the name of which is defined by {SuperAdminGroup} setting in [[%SCRIPTURLPATH{"configure"}%][configure]]. The default name of this group is the =TWikiAdminGroup=. The system administrator may have chosen a different name for this group if your local TWiki uses an alternate group mapping manager but for simplicity we will use the default name !TWikiAdminGroup in the rest of this topic. You can create new administrators simply by adding them to the %USERSWEB%.TWikiAdminGroup topic. For example, * ==Set <nop>GROUP = !RobertCailliau, !TimBernersLee== A member of the Super Admin Group has unrestricted access throughout the TWiki, so only trusted staff should be added to this group. #RestrictingAccess ---++ Restricting Access You can define who is allowed to read or write to a web or a topic. Note that some plugins may not respect access permissions. * Restricting VIEW blocks viewing and searching of content. When you restric VIEW to a topic or web, this also restricts [[VarINCLUDE][INCLUDE]] and [[FormattedSearch][Formatted SEARCH]] from showing the content of the topics. * Restricting CHANGE blocks creating new topics, changing topics or attaching files. * Restricting RENAME prevents renaming of topics within a web. Note that there is an important distinction between CHANGE access and RENAME access. A user can CHANGE a topic, but thanks to version control their changes cannot be lost (the history of the topic before the change is recorded). However if a topic or web is renamed, that history may be lost. Typically a site will only give RENAME access to administrators and content owners. #ControllingWeb ---+++ Controlling access to a Web You can define restrictions on who is allowed to view a <nop>%WIKITOOLNAME% web. You can restrict access to certain webs to selected Users and Groups, by: * *authenticating all webs and restricting selected webs:* Topic access in all webs is authenticated, and selected webs have restricted access. * *authenticating and restricting selected webs only:* Provide unrestricted viewing access to open webs, with authentication and restriction only on selected webs. * You can define these settings in the %WEBPREFSTOPIC% topic, preferable towards the end of the topic: * ==Set <nop>DENYWEBVIEW = < comma-delimited list of Users and Groups >== * ==Set <nop>ALLOWWEBVIEW = < comma-delimited list of Users and Groups >== * ==Set <nop>DENYWEBCHANGE = < comma-delimited list of Users and Groups >== * ==Set <nop>ALLOWWEBCHANGE = < comma-delimited list of Users and Groups >== * ==Set <nop>DENYWEBRENAME = < comma-delimited list of Users and Groups >== * ==Set <nop>ALLOWWEBRENAME = < comma-delimited list of Users and Groups >== For example, set this to restrict a web to be viewable only by the !MarketingGroup: * ==Set <nop>ALLOWWEBVIEW = <nop>%USERSWEB%.MarketingGroup== If your site allows hierarchical webs, then access to sub-webs is determined from the access controls of the parent web, plus the access controls in the sub-web. So, if the parent web has ==ALLOWWEBVIEW== set, this will also apply to the subweb. Also note that you will need to ensure that the parent web's ==FINALPREFERENCES== does not include the access control settings listed above. Otherwise you will not be able override the parent web's access control settings in sub-webs. Creation and renaming of sub-webs is controlled by the WEBCHANGE setting on the parent web (or ROOTCHANGE for [[#RootWebs][root webs]]). Renaming is additionally restricted by the setting of WEBRENAME in the web itself. __Note:__ If you restrict access to the %USERSWEB%, make sure to add the =TWikiRegistrationAgent= so that users can register. Example: * ==Set <nop>ALLOWWEBCHANGE = !TWikiAdminGroup, !TWikiRegistrationAgent== __Note:__ For Web level access rights Setting any of these settings to an empty value has the same effect as not setting them at all. Please note that the documentation of TWiki 4.0 and earlier versions of TWiki 4.1 did not reflect the actual implementation, e.g. an empty ALLOWWEBVIEW does _not_ prevent anyone from viewing the web, and an an empty DENYWEBVIEW does _not_ allow all to view the web. #ControllingTopic ---+++ Controlling access to a Topic * You can define these settings in any topic, preferable towards the end of the topic: * ==Set <nop>DENYTOPICVIEW = < comma-delimited list of Users and Groups >== * ==Set <nop>ALLOWTOPICVIEW = < comma-delimited list of Users and Groups >== * ==Set <nop>DENYTOPICCHANGE = < comma-delimited list of Users and Groups >== * ==Set <nop>ALLOWTOPICCHANGE = < comma-delimited list of Users and Groups >== * ==Set <nop>DENYTOPICRENAME = < comma-delimited list of Users and Groups >== * ==Set <nop>ALLOWTOPICRENAME = < comma-delimited list of Users and Groups >== For example, set this to restrict a topic to be viewable only by the !MarketingExecGroup: * ==Set <nop>ALLOWTOPICVIEW = <nop>%USERSWEB%.MarketingExecGroup== See "How TWiki evaluates ALLOW/DENY settings" below for more on how ALLOW and DENY interacts. %X% If the same setting is defined multiple times the last one overrides the previous. They are not OR'ed together. #OpenUpTopicsInRestrictedWeb ---+++ Allowing public access to specific topics in a restricted web You may want to completely open up access to a specific topic within a restricted web - allowing access by anybody. There is a special group for that - <nop>%USERSWEB%.AllUsersGroup. The following setting allows view access to the topic by anybody even if they are not authenticated. * ==Set <nop>ALLOWTOPICVIEW = <nop>%USERSWEB%.AllUsersGroup== Alternatively, you can grant access only to authenticated users by <nop>%USERSWEB%.AllAuthUsersGroup. If an unauthenticated user accesses a topic having the following setting, they are asked to authenticate themself. * ==Set <nop>ALLOWTOPICVIEW = <nop>%USERSWEB%.AllAuthUsersGroup== Remember when opening up access to specific topics within a restricted web that other topics in the web - for example, the WebLeftBar - may also be accessed when viewing the topics. The message you get when you are denied access should tell you what topic you were not permitted to access. As mentioned in the following section, meaning of an empty value set to DENYTOPICVIEW, DENYTOPICCHANGE, and DENYTOPICRENAME has been changed in TWiki 6.0. To keep those TWiki topics having empty DENYTOPIC<i>OPERAION</i> accessible by everybody, those need to be replaced with * ==Set <nop>ALLOWTOPIC<i>OPERATION</i> = <nop>%USERSWEB%.AllUsersGroup== For that, =tools/eliminate_emptydenytopic= is provided. After upgrading from pre 6.0 to post 6.0, you need to run it. ---+++ Empty values in access control variables Setting an empty value to an access control variable is the same as not setting at all: * ==Set <nop>ALLOWTOPICVIEW = <nop>== %X% Since TWiki 4.0 and prior to TWiki 6.0 setting DENYTOPICVIEW, DENYTOPICCHANGE, or DENYTOPICRENAME to an empty value meant "do not deny anyone regardless of the corresponding ALLOWTOPICX", which is no longer the case. Back then, setting an empty value to DENYTOPICX was the only way to open up a topic to everybody in a restricted web. Now that we have !AllUsersGroup and !AllAuthUsersGroup, there is no need for that behaviour, which caused a lot of confusion and debate. #ControllingAttachments #SecuringAttachments ---+++ Securing File Attachments By default, TWiki does not secure file attachments. Without making the following changes to the twiki.conf file, it is possible for anyone who has access to the server to gain access to an attachment if they know the attachment's fully qualified path, even though access to the topic associated with the attachment is secured. This is because attachments are referred to directly by Apache, and are not by default delivered via TWiki scripts. This means that the above instructions for controlling to topics do __not__ apply to attachments unless you make the changes as described below. An effective way to secure attachments is to apply the same access control settings to attachments as those applied to topics. This security enhancement can be accomplished by instructing the webserver to redirect accesses to attachments via the TWiki =viewfile= script, which honors the TWiki access controls settings to topics. See the notes below for implications. The preferred method to secure attachments is by editing the =twiki.conf= file to include: <verbatim> ScriptAlias /do /filesystem/path/to/twiki/bin Alias /pub/TWiki /filesystem/path/to/twiki/pub/TWiki Alias /pub/Sandbox /filesystem/path/to/twiki/pub/Sandbox ScriptAlias /pub /filesystem/path/to/twiki/bin/viewfile </verbatim> __Notes:__ * It is recommended to use TWiki:TWiki/ApacheConfigGenerator to generate the Apache config file for your TWiki. * You will need to restart your Apache server after this change. * Images embedded in topics will load slower since attached images will also be delivered by the =viewfile= script. The TWiki web and Sandbox web are excluded for performance reasons. * The =viewfile= script sets the mime type based upon file name suffix. Unknown types are served as text/plain which can result in corrupt files. #RootWebs ---+++ Controlling who can manage top-level webs Top level webs are a special case, because they don't have a parent web with a %WEBPREFSTOPIC%. So there has to be a special control just for the root level. * You can define these settings in the [[%LOCALSITEPREFS%]] topic, preferable towards the end of the topic: * ==Set <nop>DENYROOTCHANGE = < comma-delimited list of Users and Groups >== * ==Set <nop>ALLOWROOTCHANGE = < comma-delimited list of Users and Groups >== Note that you do *not* require =ROOTCHANGE= access to rename an existing top-level web. You just need =WEBCHANGE= in the web itself. #EvaluatingAllowDeny ---+++ How TWiki evaluates ALLOW/DENY settings When deciding whether to grant access, TWiki evaluates the following rules in order (read from the top of the list; if the logic arrives at *PERMITTED* or *DENIED* that applies immediately and no more rules are applied). You need to read the rules bearing in mind that VIEW, CHANGE and RENAME access may be granted/denied separately. 1 If the user is an [[#SuperAdminGroup][administrator]] * access is *PERMITTED*. 1 If DENYTOPIC is set to a list of wikinames * people in the list will be *DENIED*. 1 If DENYTOPIC is set to _empty_ ( i.e. <code>Set DENYTOPIC =</code> ) * the access control setting is *ignored*. %BR% %X% __Attention:__ The spec changed in TWiki-6.0; access was permitted in earlier TWiki releases. 1 If ALLOWTOPIC is set 1 people in the list are *PERMITTED* 1 everyone else is *DENIED* 1 If DENYWEB is set to a list of wikinames * people in the list are *DENIED* access 1 If ALLOWWEB is set to a list of wikinames * people in the list will be *PERMITTED* * everyone else will be *DENIED* 1 If you got this far, access is *PERMITTED* ---+++ Allowing web creation by user mapping manager There are cases where DENYROOTCHANGE, ALLOWROOTCHANGE, DENYWEBCHANGE, and ALLOWWEBCHANGE, and DENYWEBCHANGE are not capable enough to implement web creation permission you want. To cope with such cases, when a new web is created, the =canCreateWeb($cUID, $web)= method of the user mapping manager is called if the method exists. If it returns true, TWiki goes ahead and create the web without checking access control variables. Please read AllowWebCreateByUserMappingManager for more details. ---++ User masquerading There are cases where it's handy to access TWiki on behalf of somebody else retaining a trace of your real identity rather than completely becoming a different user. We call it user masquerading. TWiki provides a framework to implement that. Please read UserMasquerading for more information. This is an advanced feature and not many TWiki sites are using, but there is a part in the following section mentioning it, it's mentioned here. ---++ Dynamic access control *This feature is regarded experimental.* There are pitfalls and [[#Vulnerability][vulnerability]]. Before using this feature, please read this entire section through carefully. You may want to restrict access dynamically -- based on topic name, a form field value, or some combination of factors. To cope with such situations, the dynamic access control mechanism is provided. If you set =DYNAMIC_ACCESS_CONTROL= 'on' at !WebPreferences of the web, [[TWikiVariables][TWiki variables]] in access control variables mentioned above are expanded. ---+++ Example 1 - restriction based on topic name Let's assume you need to restrict changes only to the !CroniesGroup members excep with topics whose name ends with Public, which need be changed by anybody. That is achieve by the following settings on !WebPrefences. <verbatim> * Set DYNAMIC_ACCESS_CONTROL = on * Set ALLOWWEBCHANGE = %IF{"'%CALCULATE{$SUBSTRING(%TOPIC%, -6, 6)}%' = 'Public'" then="%WIKINAME%" else="CroniesGroup"}% </verbatim> ---+++ Example 2 - restriction based on form field Let's assume: * a web storing requests on topics whose name starts with !ReqEnt * Each request topic has a form field "Requstor", which has the wiki name of the requestor * Users can view only requests they created * The members of the !SupportGroup mail group can view all requests That is achieve by the following settings on !WebPrefences. <verbatim> * Set DYNAMIC_ACCESS_CONTROL = on * Set ALLOWWEBVIEW = %IF{"'%CALCULATE{$SUBSTRING(%TOPIC%, 1, 6)}%' = 'ReqEnt' and '%FORMFIELD{Requestor}%' != '%WIKINAME%'" then="SupportGroup" else="%WIKINAME%"}% </verbatim> Specifically the following access control variables are subject to TWiki variable expansion in their values. * DENYTOPIC* (e.g. DENYTOPICVIEW, DENYTOPICCHANGE) * ALLOWTOIPC* * DENYWEB* * ALLOWWEB* DENYROOT* and ALLOWROOT* are not subject to variable expansion. Because there has been no good use cases presented. ---+++ Dynamic access control in accessing a different web's topic Let's assume !WebA has the following lines on !WebPreferences. <verbatim> * Set DYNAMIC_ACCESS_CONTROL = on * Set MEMBERS = JaneSmith, JoeSchmoe * Set ALLOWWEBVIEW = %MEMBERS% </verbatim> This is not a good way to use dynamic access control but it does restrict accessonly to those listed in MEMBERS. However, access control doesn't work as expected when !WebA.TopicB is accessed from !WebC.TopicD by =%<nop>INCLUDE{WebA.TopicB}%= or other variables. This is because =%<nop>MEMBERS%= is defined in !WebA and may have a different value in other webs. You may think the following lines cheat the access control on !WebA but actually not. <verbatim> * Set MEMBERS = %WIKINAME% %INCLUDE{WebA.TopicB}% </verbatim> This is because when a topic (e.g. !WebC.TopicD) is accessed from browser and the topic refers to another topic in a different web (e.g. !WebA.TopicB) and the different web employs dynamic access control, access to another topic is defined being on the safer side. ---+++ Topic level dynamic access control On a topic, it's possible to use a variable defined on the topic for topic level access restriction. E.g. <pre> * <nop>Set MEMBERS = JaneSmith, JoeSchmoe * <nop>Set ALLOWTOPICVIEW = %<nop>MEMBERS% </pre> [This is not a good way to use dynamic access control ---+++ Dynamic access control and user masquerading Your user mapping handler may be providing the UserMasquerading feature. In that case, you expect dynamic access control to just work when user masquerading is in effect. Otherwise, you cannot test if your dynamic access control configuration is working as expected on your own. Dynamic access control does work as expected even if user masquerading is in effect. For that, the following things are happening under the hood. Let's think about Example 2 mentioned above. When you masquerading as !SomebodyElse, you need to be able to see !SomebodyElse's requests only. In the access control setting, a form field value is compared with %<nop>WIKINAME%. While user masquerading is in effect, your wiki name is !YourNameOnBehalfOfSomebodyElse. It cannot match the form field value. To make dynamic access control work under these circumstances, variable expansion for dynamic access control is skewed as follows. Specifically, the following variables are expanded to the value of !SomeboyElse's rather than !YourNameOnBehalfOfSomebodyElse's. * WIKINAME * USERNAME * WIKIUSERNAME ---+++ Vulnerability It's possible to redefine function tags such as %<nop>IF{...}% in your personal preferences. In a future release of TWiki, a way to prevent function tags from being overridden by personal preferences will be provied. But until then, you need to be well aware of this vulnerability. ---+++ Disabling dynamic access control You may not be comfortable with dynamic access control because it may slow things down. Or you may not want to be bothered by questions raised by users about it. If so, you can disable it by setting DYNAMIC_ACCESS_CONTROL 'off' and then finalizing at the local site level. (cf. TWikiVariables#Setting_Preferences_Variables) ---++ Access control and INCLUDE ALLOWTOPICVIEW and ALLOWTOPICCHANGE only applies to the topic in which the settings are defined. If a topic A includes another topic B, topic A does not inherit the access rights of the included topic B. Examples: Topic A includes topic B * If the included topic B has ALLOWTOPICCHANGE set to block editing for a user, it does not prevent editing the including topic A. * If the included topic B has ALLOWTOPICVIEW set to block view for a user, the user can still view topic A but he cannot see the included topic B. He will see a message _No permission to view B_ ---++ Customizing "access denied" message When access is denied, a page as follows is displayed: %ATTACHURL%/access-denied.png You may want to customize the passage annotated in the red rectangle. For example, with a web restricting access, you may want to show the link to an access request form. You can achieve that by setting =TOPIC_ACCESS_CONTACT= varialbe on !WebPreferences. e.g. <pre> * <nop>Set TOPIC_ACCESS_CONTACT = If you need to access this site, please apply [[Main.AccessForm][here]] </pre> Please note that setting it on a topic other than !WebPreferences does not take effect. This is a limitation of the current implementation. ---++ Custom user/group notations You can have [[CustomUserGroupNotations][custom user/group notations]] such as =USER:<i>userid</i>= and =LDAPGROUP:<i>group-name</i>= and use them for access control. For example: <pre> * <nop>Set ALLOWWEBCHANGE = UID:buzz, LDAPGROUP:foo-bar </pre> In a large organization, TWiki may need to depend on user and group data provided by its infrastructure. Custom user/group notations are handy in such situations though it's not trivial to implement. Please read [[CustomUserGroupNotations][here]] for details. #QuickRecipes ---++ Access Control quick recipes #RestrictWholeTWikiSite ---+++ Restrict Access to Whole TWiki Site In a firewalled TWiki, e.g. an intranet wiki or extranet wiki, you want to allow only invited people to access your TWiki. There are three options: __1. Install TWiki Behind Firewall:__ The firewall takes care of giving access to TWiki to authorized people only. This is a typical setup for a company wiki. As for TWiki configuration, no special setup is needed. __2. Extranet TWiki Using Template Login:__ All TWiki content (pages and attachments) need to be access controlled. The Template Login allows users to login and logout. Only logged in users can access TWiki content. __Configuration:__ Follow the default setup, then change these configure settings: * Secure attachments [[#SecuringAttachments][as documented]]. The TWiki:TWiki.ApacheConfigGenerator is useful to get the setting right. * Require authentication for all TWiki scripts except =backuprestore=, =configure=, =login=, =logon= and =resetpasswd= with the following configure setting: %BR% =$TWiki::cfg{AuthScripts} = 'attach, changes, edit, manage, oops, preview, rdiff, rdiffauth, register, rename, rest, save, search, twiki_cgi, upload, statistics, view, viewauth, viewfile';= * When you install additional plugins make sure to add scripts they might introduce also to =twiki/bin= also to the ={AuthScripts}= configure setting. %BR% __Attention:__ Some scripts of additional plugins might not be aware of TWiki's template login. Test all new scripts with a non-authenticated user! __3. Extranet TWiki Using Apache Login:__ All TWiki content (pages and attachments) need to be access controlled. The Apache Login does not offer a logout; typically the browser needs to be restarted to logout. Only logged in users can access TWiki content. __Configuration:__ Enable [[TWikiUserAuthentication#ApacheLogin][user authentication with ApacheLogin]] and lock down access to the whole =twiki/bin= and =twiki/pub= directories to all but valid users. In the Apache config file for TWiki (=twiki.conf= or =.htaccess=), replace the =<FilesMatch "(attach|edit|...= section with this: <verbatim> <FilesMatch ".*"> require valid-user </FilesMatch> </verbatim> __Notes:__ * In all three options, content can be restricted selectively with ALLOWWEBVIEW and other access control settings documented above. See also the next quick recipe. * In the extranet setup, someone with access to the site needs to register new users. If you still want public users to be able to register automatically follow TWiki:TWiki.RegisterOnViewRestrictedSite. ---+++ Authenticate and Restrict Selected Webs Only Use the following setup to provide unrestricted viewing access to open webs, with authentication only on selected webs. Requires TWikiUserAuthentication to be enabled. 1. *Restrict* view access to selected Users and Groups. Set one or both of these variables in its %WEBPREFSTOPIC% topic: * ==Set <nop>DENYWEBVIEW = < list of Users and Groups >== * ==Set <nop>ALLOWWEBVIEW = < list of Users and Groups >== * __Note:__ =DENYWEBVIEW= is evaluated before =ALLOWWEBVIEW=. Access is denied if the authenticated person is in the =DENYWEBVIEW= list, or not in the =ALLOWWEBVIEW= list. Access is granted if =DENYWEBVIEW= and =ALLOWWEBVIEW= are not defined. ---+++ Hide Control Settings __%T% Tip:__ To hide access control settings from normal browser viewing, you can put them into the _topic preference settings_ by clicking the link =Edit topic preference settings= under =More topic actions= menu. Preferences set in this manner are not visible in the topic text, but take effect nevertheless. Access control settings added as topic preference settings are stored in the topic meta data and they override settings defined in the topic text. Alternatively, place them in HTML comment markers, but this exposes the access setting during ordinary editing. <blockquote> ==<!--== <br /> == * Set <nop>DENYTOPICCHANGE = %USERSWEB%.<nop>SomeGroup== <br /> ==-->== </blockquote> ---+++ Obfuscating Webs Another way of hiding webs is to keep them hidden by not publishing the URL and by preventing the ==all webs== search option from accessing obfuscated webs. Do so by enabling the ==NOSEARCHALL== variable in %WEBPREFSTOPIC%: * ==Set <nop>NOSEARCHALL = on== This setup can be useful to hide a new web until content its ready for deployment, or to hide view access restricted webs. __%X% Note:__ Obfuscating a web without view access control is *very* insecure, as anyone who knows the URL can access the web. ---+++ Read-only Skin Mode It is possible to turn the PatternSkin and TopMenuSkin into read-only mode by removing the edit and attach controls (links and buttons). This is mainly useful if you have TWiki application pages or dashboards where you do not want regular users to change content. The read-only skin mode is not a replacement for access control; you can use it in addition to access control. Details at [[PatternSkinCustomization#ReadOnlySkinMode]]. %STOPINCLUDE% __Related Topics:__ AdminDocumentationCategory, TWikiUserAuthentication, AllowWebCreateByUserMappingManager, UserMasquerading, CustomUserGroupNotations, TWiki:TWiki.TWikiAccessControlSupplement -- __Contributors:__ TWiki:Main.PeterThoeny, TWiki:Main.MikeMannix, TWiki:Main.CrawfordCurrie
Attachments
Attachments
Topic attachments
I
Attachment
History
Action
Size
Date
Who
Comment
png
access-denied.png
r1
manage
32.0 K
2013-04-24 - 02:38
TWikiContributor
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r43
<
r42
<
r41
<
r40
<
r39
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r41 - 2013-10-09
-
TWikiContributor
Home
Site map
Sandbox web
TWiki web
XPDays2010 web
XPDays2011 web
XPDays2011SponsoringDemo web
XPDays2012 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
Edit
Attach
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.TWikiAccessControl
.