Changeset 763 for trunk/core/lib/TWiki.spec
- Timestamp:
- 11/17/08 18:17:28 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/TWiki.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/TWiki.spec
r733 r763 103 103 # Do <b>not</b> include a trailing /. 104 104 # <p /> 105 # See http://twiki.org/cgi-bin/view/ TWiki.ShorterUrlCookbook for more information on setting up105 # See http://twiki.org/cgi-bin/view/Support.ShorterUrlCookbook for more information on setting up 106 106 # TWiki to use shorter script URLs. 107 107 # $TWiki::cfg{ScriptUrlPath} = '/twiki/bin'; … … 204 204 # be able to remember logged-in users consistently. 205 205 # 206 # See TWiki.TWikiUserAuthentication for a full discussion of the pros and206 # See System.TWikiUserAuthentication for a full discussion of the pros and 207 207 # cons of using persistent sessions. Session files are stored in the 208 208 # <tt>{WorkingDir}/tmp</tt> directory. … … 361 361 # if you are sharing a password file with another application. 362 362 $TWiki::cfg{AuthRealm} = 363 'Enter your Login Name. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit TWiki.UserRegistration if you do not have one.'; 363 'Enter your System.LoginName. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). 364 Visit System.UserRegistration if you do not have one.'; 364 365 365 366 #---++ User Mapping … … 945 946 # Set to enable hierarchical webs. Without this setting, TWiki will only 946 947 # allow a single level of webs. If you set this, you can use 947 # multiple levels, like a directory tree, i.e. webs within webs. See 948 # TWiki.MultiLevelWikiWebs for more details. 948 # multiple levels, like a directory tree, i.e. webs within webs. 949 949 $TWiki::cfg{EnableHierarchicalWebs} = 1; 950 950
Note: See TracChangeset
for help on using the changeset viewer.
