Skip to content

Commit eae2764

Browse files
SvenDowideitSvenDowideit
authored andcommitted
Item9593: realised while I was away that as the digest realm had been set to the version with a dot, it'd be more compatible to use that consistently
git-svn-id: http://svn.foswiki.org/trunk@8832 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
1 parent 49dd261 commit eae2764

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/bin/.htaccess.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ SetHandler cgi-script
6868

6969
# Authentication type (htpasswd file) (comment out this if you configure htpasswd / LDAP support)
7070
AuthUserFile {DataDir}/.htpasswd
71-
AuthName 'Enter your WikiName (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.'
71+
AuthName 'Enter your WikiName. (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.'
7272
AuthType Basic
7373

7474
#for htdigest password suport uncomment the following
@@ -79,7 +79,7 @@ AuthType Basic
7979
#AuthUserFile {DataDir}/.htpasswd
8080
# For "Digest" authentication to work properly, this string must match
8181
# the value of configuration variable $authRealm
82-
#AuthName 'Enter your WikiName (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.'
82+
#AuthName 'Enter your WikiName. (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.'
8383
#AuthType Digest
8484

8585
#for LDAP password support uncomment the following (and fix up the paths)

core/foswiki_httpd_conf.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ BrowserMatch "^gsa-crawler" NO_FOSWIKI_SESSION
8484

8585
# Password file for Foswiki users
8686
AuthUserFile /var/www/foswiki/data/.htpasswd
87-
AuthName 'Enter your WikiName (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.'
87+
AuthName 'Enter your WikiName. (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.'
8888
AuthType Basic
8989

9090
#for htdigest password suport uncomment the following
@@ -95,7 +95,7 @@ BrowserMatch "^gsa-crawler" NO_FOSWIKI_SESSION
9595
#AuthUserFile {DataDir}/.htpasswd
9696
# For "Digest" authentication to work properly, this string must match
9797
# the value of configuration variable $authRealm
98-
#AuthName 'Enter your WikiName (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.'
98+
#AuthName 'Enter your WikiName. (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.'
9999
#AuthType Digest
100100

101101
# File to return on access control error (e.g. wrong password)

core/lib/Foswiki.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ $Foswiki::cfg{UsersTopicName} = 'WikiUsers';
376376
# Authentication realm. This is
377377
# normally only used in md5 password encoding. You may need to change it
378378
# if you are sharing a password file with another application.
379-
$Foswiki::cfg{AuthRealm} = 'Enter your WikiName (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.';
379+
$Foswiki::cfg{AuthRealm} = 'Enter your WikiName. (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.';
380380
381381
# **SELECTCLASS Foswiki::Users::*UserMapping**
382382
# The user mapping is used to equate login names, used with external

0 commit comments

Comments
 (0)