Skip to content

Commit

Permalink
Item8925: rename UserLogin section to Security&Authentication, and me…
Browse files Browse the repository at this point in the history
…rge Security section into 2 tabs - because there is overlap - it is hard to know that strikeone settings where actually in the UserLogin section..

git-svn-id: http://svn.foswiki.org/trunk@7216 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Apr 19, 2010
1 parent e53ded5 commit c4483c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions core/lib/Foswiki.spec
Expand Up @@ -122,7 +122,7 @@ $Foswiki::cfg{PermittedRedirectHostUrls} = '';
# if your webserver requires an extension.
$Foswiki::cfg{ScriptSuffix} = '';

#---+ User Logins -- TABS
#---+ Security & Authentication -- TABS
# <p>In order to support tracking who changed what, and apply access controls,
# Foswiki is normally configured to use logins. The tabs below control
# various aspects of logins.</p>
Expand All @@ -135,8 +135,8 @@ $Foswiki::cfg{ScriptSuffix} = '';
# Client sessions are not required for logins to work, but Foswiki will not
# be able to remember logged-in users consistently.
# See <a href="http://foswiki.org/System/UserAuthentication" target="_new">User
# Authentication</a> for a full discussion of the pros and
# cons of using persistent sessions.</p>
# Authentication</a> for a full discussion of the pros and

# **BOOLEAN**
# Control whether Foswiki will use persistent sessions.
Expand Down Expand Up @@ -429,7 +429,6 @@ $Foswiki::cfg{Htpasswd}{Encoding} = 'crypt';
# (if it supports mappings, that is).
$Foswiki::cfg{Register}{AllowLoginName} = $FALSE;
#---++ Registration
# **BOOLEAN**
# Controls whether new user registration is available.
# It will have no effect on existing users.
Expand All @@ -454,7 +453,7 @@ $Foswiki::cfg{Register}{RegistrationAgentWikiName} = 'RegistrationAgent';
# Configuration password (not prompted)
$Foswiki::cfg{Password} = '';
#---+ Security
#---++ Environment
# **PATH M**
# You can override the default PATH setting to control
# where Foswiki looks for external programs, such as grep and rcs.
Expand Down

0 comments on commit c4483c7

Please sign in to comment.